From 45345d9c41f1491e9809153dc3b3950fba560d89 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 5 Feb 2016 23:17:33 +0100 Subject: 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. --- wscript_build.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'wscript_build.py') diff --git a/wscript_build.py b/wscript_build.py index 08e24f683c..7295384815 100644 --- a/wscript_build.py +++ b/wscript_build.py @@ -120,7 +120,7 @@ def build(ctx): ( "audio/filter/af_equalizer.c" ), ( "audio/filter/af_format.c" ), ( "audio/filter/af_lavcac3enc.c" ), - ( "audio/filter/af_lavfi.c", "libavfilter" ), + ( "audio/filter/af_lavfi.c" ), ( "audio/filter/af_lavrresample.c" ), ( "audio/filter/af_pan.c" ), ( "audio/filter/af_rubberband.c", "rubberband" ), @@ -298,20 +298,20 @@ def build(ctx): ( "video/filter/vf_expand.c" ), ( "video/filter/vf_flip.c" ), ( "video/filter/vf_format.c" ), - ( "video/filter/vf_gradfun.c", "libavfilter"), - ( "video/filter/vf_lavfi.c", "libavfilter"), - ( "video/filter/vf_mirror.c", "libavfilter"), + ( "video/filter/vf_gradfun.c" ), + ( "video/filter/vf_lavfi.c" ), + ( "video/filter/vf_mirror.c" ), ( "video/filter/vf_noformat.c" ), - ( "video/filter/vf_pullup.c", "libavfilter"), - ( "video/filter/vf_rotate.c", "libavfilter"), + ( "video/filter/vf_pullup.c" ), + ( "video/filter/vf_rotate.c" ), ( "video/filter/vf_scale.c" ), - ( "video/filter/vf_stereo3d.c", "libavfilter"), + ( "video/filter/vf_stereo3d.c" ), ( "video/filter/vf_sub.c" ), ( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ), ( "video/filter/vf_vavpp.c", "vaapi"), ( "video/filter/vf_vdpaupp.c", "vdpau" ), ( "video/filter/vf_vdpaurb.c", "vdpau" ), - ( "video/filter/vf_yadif.c", "libavfilter"), + ( "video/filter/vf_yadif.c" ), ( "video/out/aspect.c" ), ( "video/out/bitmap_packer.c" ), ( "video/out/cocoa/video_view.m", "cocoa" ), -- cgit v1.2.3