]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavfilter/allfilters.c
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
[frescor/ffmpeg.git] / libavfilter / allfilters.c
index 8ea052805c9e65c37dafdb61b4c9ca976bc9c340..dff61142f4eb2a3c4ac86dc70f0d97609e6bcbe0 100644 (file)
@@ -24,7 +24,7 @@
 
 #define REGISTER_FILTER(X,x,y) { \
           extern AVFilter avfilter_##y##_##x ; \
-          if(ENABLE_##X##_FILTER )  avfilter_register(&avfilter_##y##_##x ); }
+          if(CONFIG_##X##_FILTER )  avfilter_register(&avfilter_##y##_##x ); }
 
 void avfilter_register_all(void)
 {