From c7e044c61bb08b3a6e1e8063e8f4449c88b01201 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sat, 23 Feb 2013 08:20:12 +0100 Subject: lavf: remove disabled FF_API_APPLEHTTP_PROTO cruft --- libavformat/allformats.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'libavformat/allformats.c') 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); -- cgit v1.2.3