Mercurial > libavformat.hg
diff mpjpeg.c @ 858:66cc656ea404 libavformat
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.
| author | diego |
|---|---|
| date | Fri, 23 Sep 2005 00:25:41 +0000 |
| parents | 9ace3075f33a |
| children | edbe5c3717f9 |
line wrap: on
line diff
--- a/mpjpeg.c Wed Sep 21 23:09:16 2005 +0000 +++ b/mpjpeg.c Fri Sep 23 00:25:41 2005 +0000 @@ -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 @@ av_register_output_format(&mpjpeg_format); return 0; } -#endif //CONFIG_ENCODERS +#endif //CONFIG_MUXERS
