From d96f6edf49ee345f189f8dc333fdbe25a60b3418 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 11 Sep 2015 18:03:16 +0200 Subject: vf: vf_stereo3d depends on libavfilter --- video/filter/vf.c | 2 +- wscript_build.py | 2 +- 2 files changed, 2 insertions(+), 2 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, 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" ), -- cgit v1.2.3