summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-03-16 10:25:05 +0100
committerwm4 <wm4@nowhere>2014-03-16 13:19:29 +0100
commit98cd2c41226c96e0c4d0e317c0272cb0ed4ca612 (patch)
treee152641c4a35b52d56c168586dd02f5bd23de2ab /wscript
parentc9d328319ebe88fcb3a978252c72ca762cfdaecd (diff)
downloadmpv-98cd2c41226c96e0c4d0e317c0272cb0ed4ca612.tar.bz2
mpv-98cd2c41226c96e0c4d0e317c0272cb0ed4ca612.tar.xz
build: simplify libavfilter configure checks
This is all not needed anymore. In particular, remove all configure switches except --enable-libavfilter.
Diffstat (limited to 'wscript')
-rw-r--r--wscript15
1 files changed, 1 insertions, 14 deletions
diff --git a/wscript b/wscript
index b711dffcb9..fd58220913 100644
--- a/wscript
+++ b/wscript
@@ -370,20 +370,7 @@ Libav libraries ({0}). Aborting.".format(" ".join(libav_pkg_config_checks))
}, {
'name': '--libavfilter',
'desc': 'libavfilter',
- 'func': compose_checks(
- check_pkg_config('libavfilter'),
- check_cc(fragment=load_fragment('libavfilter.c'),
- use='libavfilter')),
- }, {
- 'name': '--vf-lavfi',
- 'desc': 'using libavfilter through vf_lavfi',
- 'deps': [ 'libavfilter' ],
- 'func': check_true
- }, {
- 'name': '--af-lavfi',
- 'desc': 'using libavfilter through af_lavfi',
- 'deps': [ 'libavfilter' ],
- 'func': check_true
+ 'func': check_pkg_config('libavfilter', '>= 3.90.100'),
}, {
'name': '--libavdevice',
'desc': 'libavdevice',