From a9e350952992f07f4b560385185f406fbbb752d7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 23 Sep 2005 00:25:41 +0000 Subject: Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS in libavformat to allow building (de)coders and (de)muxers independently at some point + support for this option in configure. Originally committed as revision 4611 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mpjpeg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/mpjpeg.c') diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c index db854bac5d..42efc0a1a0 100644 --- a/libavformat/mpjpeg.c +++ b/libavformat/mpjpeg.c @@ -22,7 +22,7 @@ #define BOUNDARY_TAG "ffserver" -#ifdef CONFIG_ENCODERS +#ifdef CONFIG_MUXERS static int mpjpeg_write_header(AVFormatContext *s) { uint8_t buf1[256]; @@ -70,4 +70,4 @@ int jpeg_init(void) av_register_output_format(&mpjpeg_format); return 0; } -#endif //CONFIG_ENCODERS +#endif //CONFIG_MUXERS -- cgit v1.2.3