summaryrefslogtreecommitdiffstats
path: root/video
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 /video
parente76f503fff178a7a1726893d731735be3a4f0257 (diff)
downloadmpv-d96f6edf49ee345f189f8dc333fdbe25a60b3418.tar.bz2
mpv-d96f6edf49ee345f189f8dc333fdbe25a60b3418.tar.xz
vf: vf_stereo3d depends on libavfilter
Diffstat (limited to 'video')
-rw-r--r--video/filter/vf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/filter/vf.c b/video/filter/vf.c
index 4139492c52..6a28b55059 100644
--- a/video/filter/vf.c
+++ b/video/filter/vf.c
@@ -86,12 +86,12 @@ static const vf_info_t *const filter_list[] = {
&vf_info_pullup,
&vf_info_delogo,
&vf_info_yadif,
+ &vf_info_stereo3d,
#endif
&vf_info_eq,
&vf_info_dsize,
&vf_info_sub,
- &vf_info_stereo3d,
&vf_info_buffer,
#if HAVE_DLOPEN
&vf_info_dlopen,