diff nutenc.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 7d2f3f1b68d8
children c9ef08e6e4a9
line wrap: on
line diff
--- a/nutenc.c	Tue Jan 13 17:10:10 2009 +0000
+++ b/nutenc.c	Tue Jan 13 23:44:16 2009 +0000
@@ -809,9 +809,9 @@
     "video/x-nut",
     "nut",
     sizeof(NUTContext),
-#ifdef CONFIG_LIBVORBIS
+#if   CONFIG_LIBVORBIS
     CODEC_ID_VORBIS,
-#elif defined(CONFIG_LIBMP3LAME)
+#elif CONFIG_LIBMP3LAME
     CODEC_ID_MP3,
 #else
     CODEC_ID_MP2,