aboutsummaryrefslogtreecommitdiff
path: root/sound/mpd/patches/030-no-avfilter.patch
blob: c9652ba4e867c92d36e095cb04ddb645f072b311 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- a/src/lib/ffmpeg/meson.build
+++ b/src/lib/ffmpeg/meson.build
@@ -6,11 +6,7 @@ conf.set('HAVE_LIBAVUTIL', libavutil_dep
 enable_ffmpeg = libavformat_dep.found() and libavcodec_dep.found() and libavutil_dep.found()
 conf.set('ENABLE_FFMPEG', enable_ffmpeg)
 
-if enable_ffmpeg
-  libavfilter_dep = dependency('libavfilter', required: false)
-else
   libavfilter_dep = dependency('', required: false)
-endif
 conf.set('HAVE_LIBAVFILTER', libavfilter_dep.found())
 
 if not libavutil_dep.found()