aboutsummaryrefslogtreecommitdiffstats
path: root/src/rtsp_client.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-10-09don't define WINVER in *.c filesMax Kellermann1-1/+0
In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
2011-08-31rtsp_client: use the I/O threadMax Kellermann1-1/+7
Make the code portable.
2011-08-31rtsp_client: allow parameter "kd" to be NULLMax Kellermann1-1/+0
When the caller isn't interested in the values.
2011-08-29output/raop: move RTSP client code to rtsp_client.cMax Kellermann1-0/+120
Restore some of the original file structure from from raop_play.