diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-02-23 08:20:12 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-03-11 18:22:54 +0100 |
commit | c7e044c61bb08b3a6e1e8063e8f4449c88b01201 (patch) | |
tree | afc56ddb5c29e5e0c746d5aaf0622a71b9b13436 /libavformat/allformats.c | |
parent | 0a7c4daf469d4ac447fb822fe78337f62f4c04e6 (diff) | |
download | ffmpeg-c7e044c61bb08b3a6e1e8063e8f4449c88b01201.tar.gz |
lavf: remove disabled FF_API_APPLEHTTP_PROTO cruft
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r-- | libavformat/allformats.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 4aae223c68..6dbf9fda04 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -255,9 +255,6 @@ void av_register_all(void) REGISTER_MUXDEMUX(YUV4MPEGPIPE, yuv4mpegpipe); /* protocols */ -#if FF_API_APPLEHTTP_PROTO - REGISTER_PROTOCOL(APPLEHTTP, applehttp); -#endif REGISTER_PROTOCOL(CONCAT, concat); REGISTER_PROTOCOL(CRYPTO, crypto); REGISTER_PROTOCOL(FFRTMPCRYPT, ffrtmpcrypt); |