mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-06 15:49:50 +08:00
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
This commit is contained in:
@ -1498,7 +1498,7 @@ AVInputFormat mpegts_demux = {
|
||||
int mpegts_init(void)
|
||||
{
|
||||
av_register_input_format(&mpegts_demux);
|
||||
#ifdef CONFIG_ENCODERS
|
||||
#ifdef CONFIG_MUXERS
|
||||
av_register_output_format(&mpegts_mux);
|
||||
#endif
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user