It should be #if, not #ifdef

Originally committed as revision 18659 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Andreas Öman 2009-04-22 08:39:46 +00:00
parent 21fce71fd1
commit 0e1ccdeb11
1 changed files with 1 additions and 1 deletions

View File

@ -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"),