diff options
author | wm4 <wm4@nowhere> | 2016-02-05 23:17:33 +0100 |
---|---|---|
committer | wm4 <wm4@nowhere> | 2016-02-05 23:17:33 +0100 |
commit | 45345d9c41f1491e9809153dc3b3950fba560d89 (patch) | |
tree | 161cb87edb5890e99479f5691179376cba68b563 /audio | |
parent | 8af70561a419c5a4a9926f9e60381dc4282a3fd9 (diff) |
build: make libavfilter mandatory
The complex filter support that will be added makes much more complex
use of libavfilter, and I'm not going to bother with adding hacks to
keep libavfilter optional.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/filter/af.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/audio/filter/af.c b/audio/filter/af.c index 18019d8930..ac1b4926d8 100644 --- a/audio/filter/af.c +++ b/audio/filter/af.c @@ -59,9 +59,7 @@ static const struct af_info *const filter_list[] = { &af_info_rubberband, #endif &af_info_scaletempo, -#if HAVE_LIBAVFILTER &af_info_lavfi, -#endif NULL }; |