mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavfi/hue: add missing GPL dependency.
This commit is contained in:
parent
5b4cae50c9
commit
fd6707ed0e
1
LICENSE
1
LICENSE
@ -31,6 +31,7 @@ Specifically, the GPL parts of FFmpeg are
|
|||||||
- vf_decimate.c
|
- vf_decimate.c
|
||||||
- vf_delogo.c
|
- vf_delogo.c
|
||||||
- vf_hqdn3d.c
|
- vf_hqdn3d.c
|
||||||
|
- vf_hue.c
|
||||||
- vf_mp.c
|
- vf_mp.c
|
||||||
- vf_smartblur.c
|
- vf_smartblur.c
|
||||||
- vf_super2xsai.c
|
- vf_super2xsai.c
|
||||||
|
1
configure
vendored
1
configure
vendored
@ -1940,6 +1940,7 @@ frei0r_filter_extralibs='$ldl'
|
|||||||
frei0r_src_filter_deps="frei0r dlopen"
|
frei0r_src_filter_deps="frei0r dlopen"
|
||||||
frei0r_src_filter_extralibs='$ldl'
|
frei0r_src_filter_extralibs='$ldl'
|
||||||
hqdn3d_filter_deps="gpl"
|
hqdn3d_filter_deps="gpl"
|
||||||
|
hue_filter_deps="gpl"
|
||||||
movie_filter_deps="avcodec avformat"
|
movie_filter_deps="avcodec avformat"
|
||||||
mp_filter_deps="gpl avcodec swscale postproc inline_asm"
|
mp_filter_deps="gpl avcodec swscale postproc inline_asm"
|
||||||
mptestsrc_filter_deps="gpl"
|
mptestsrc_filter_deps="gpl"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user