mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
It should be #if, not #ifdef
Originally committed as revision 18659 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
21fce71fd1
commit
0e1ccdeb11
@ -973,7 +973,7 @@ AVInputFormat mlp_demuxer = {
|
||||
};
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_MLP_MUXER
|
||||
#if CONFIG_MLP_MUXER
|
||||
AVOutputFormat mlp_muxer = {
|
||||
"mlp",
|
||||
NULL_IF_CONFIG_SMALL("raw MLP"),
|
||||
|
Loading…
Reference in New Issue
Block a user