diff avienc.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 bd4d3fee45d0
children 2fc899894f5e
line wrap: on
line diff
--- a/avienc.c	Tue Jan 13 17:10:10 2009 +0000
+++ b/avienc.c	Tue Jan 13 23:44:16 2009 +0000
@@ -27,7 +27,7 @@
  *  - fill all fields if non streamed (nb_frames for example)
  */
 
-#ifdef CONFIG_AVI_MUXER
+#if CONFIG_AVI_MUXER
 typedef struct AVIIentry {
     unsigned int flags, pos, len;
 } AVIIentry;