summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-09-11 18:03:16 +0200
committerwm4 <wm4@nowhere>2015-09-11 18:03:16 +0200
commitd96f6edf49ee345f189f8dc333fdbe25a60b3418 (patch)
tree41802db20719d99b867b856ed815410211aed33f /wscript_build.py
parente76f503fff178a7a1726893d731735be3a4f0257 (diff)
downloadmpv-d96f6edf49ee345f189f8dc333fdbe25a60b3418.tar.bz2
mpv-d96f6edf49ee345f189f8dc333fdbe25a60b3418.tar.xz
vf: vf_stereo3d depends on libavfilter
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 9a998fe6ee..adaded8c79 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -302,7 +302,7 @@ def build(ctx):
( "video/filter/vf_pullup.c", "libavfilter"),
( "video/filter/vf_rotate.c", "libavfilter"),
( "video/filter/vf_scale.c" ),
- ( "video/filter/vf_stereo3d.c" ),
+ ( "video/filter/vf_stereo3d.c", "libavfilter"),
( "video/filter/vf_sub.c" ),
( "video/filter/vf_unsharp.c", "libavfilter"),
( "video/filter/vf_vapoursynth.c", "vapoursynth-core" ),