mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 06:46:55 +00:00
vf: vf_stereo3d depends on libavfilter
This commit is contained in:
parent
e76f503fff
commit
d96f6edf49
@ -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,
|
||||
|
@ -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" ),
|
||||
|
Loading…
Reference in New Issue
Block a user