diff flvenc.c @ 4206:c3102b189cb6 libavformat

Change semantic of CONFIG_*, HAVE_* and ARCH_*. They are now always defined to either 0 or 1.
author aurel
date Tue, 13 Jan 2009 23:44:16 +0000
parents 2826c1bf5ea7
children 0267c4299992
line wrap: on
line diff
--- a/flvenc.c	Tue Jan 13 17:10:10 2009 +0000
+++ b/flvenc.c	Tue Jan 13 23:44:16 2009 +0000
@@ -382,7 +382,7 @@
     "video/x-flv",
     "flv",
     sizeof(FLVContext),
-#ifdef CONFIG_LIBMP3LAME
+#if CONFIG_LIBMP3LAME
     CODEC_ID_MP3,
 #else // CONFIG_LIBMP3LAME
     CODEC_ID_ADPCM_SWF,