mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_
and remove all ENABLE_ definitions. Originally committed as revision 16600 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user