projects
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Re-indent after last commit.
[ffmpeg.git]
/
libavfilter
/
allfilters.c
diff --git
a/libavfilter/allfilters.c
b/libavfilter/allfilters.c
index
8ea0528
..
dff6114
100644
(file)
--- a/
libavfilter/allfilters.c
+++ b/
libavfilter/allfilters.c
@@
-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)
{