Commit 0e1ccdeb authored by Andreas Öman's avatar Andreas Öman

It should be #if, not #ifdef

Originally committed as revision 18659 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 21fce71f
......@@ -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"),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment