1
0
mirror of https://github.com/mpv-player/mpv synced 2025-03-21 02:41:13 +00:00

vf: remove a stray HAVE_GPL

These were determined to be LGPL a few commits ago.
This commit is contained in:
wm4 2017-11-30 04:07:34 +01:00
parent b56f109219
commit 1c463d13e1

View File

@ -53,11 +53,8 @@ extern const vf_info_t vf_info_d3d11vpp;
// list of available filters:
static const vf_info_t *const filter_list[] = {
#if HAVE_GPL
&vf_info_format,
&vf_info_sub,
#endif
&vf_info_convert,
&vf_info_lavfi,
&vf_info_lavfi_bridge,