diff flacenc.c @ 8590:7a463923ecd1 libavcodec

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 4820bd751284
children f534d0cca450
line wrap: on
line diff
--- a/flacenc.c	Tue Jan 13 21:13:45 2009 +0000
+++ b/flacenc.c	Tue Jan 13 23:44:16 2009 +0000
@@ -775,7 +775,7 @@
     for(i=0; i<order; i++) {
         res[i] = smp[i];
     }
-#ifdef CONFIG_SMALL
+#if CONFIG_SMALL
     for(i=order; i<n; i+=2) {
         int j;
         int s = smp[i];