Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't define WINVER in *.c files | Max Kellermann | 2011-10-09 | 1 | -1/+0 |
| | | | | | In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion. | ||||
* | rtsp_client: use the I/O thread | Max Kellermann | 2011-08-31 | 1 | -1/+7 |
| | | | | Make the code portable. | ||||
* | rtsp_client: allow parameter "kd" to be NULL | Max Kellermann | 2011-08-31 | 1 | -1/+0 |
| | | | | When the caller isn't interested in the values. | ||||
* | output/raop: move RTSP client code to rtsp_client.c | Max Kellermann | 2011-08-29 | 1 | -0/+120 |
Restore some of the original file structure from from raop_play. |