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
1 changed files with 0 additions and 3 deletions

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,