[FFmpeg-cvslog] lavfi/hue: add missing GPL dependency.
Clément Bœsch
git at videolan.org
Wed Oct 31 19:23:52 CET 2012
ffmpeg | branch: master | Clément Bœsch <ubitux at gmail.com> | Wed Oct 31 19:11:41 2012 +0100| [fd6707ed0eace7de605e070fa2a783e138a52d6e] | committer: Clément Bœsch
lavfi/hue: add missing GPL dependency.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fd6707ed0eace7de605e070fa2a783e138a52d6e
---
LICENSE | 1 +
configure | 1 +
2 files changed, 2 insertions(+)
diff --git a/LICENSE b/LICENSE
index e29be90..f38fc16 100644
--- a/LICENSE
+++ b/LICENSE
@@ -31,6 +31,7 @@ Specifically, the GPL parts of FFmpeg are
- vf_decimate.c
- vf_delogo.c
- vf_hqdn3d.c
+ - vf_hue.c
- vf_mp.c
- vf_smartblur.c
- vf_super2xsai.c
diff --git a/configure b/configure
index 115e8b1..dc1aa79 100755
--- a/configure
+++ b/configure
@@ -1940,6 +1940,7 @@ frei0r_filter_extralibs='$ldl'
frei0r_src_filter_deps="frei0r dlopen"
frei0r_src_filter_extralibs='$ldl'
hqdn3d_filter_deps="gpl"
+hue_filter_deps="gpl"
movie_filter_deps="avcodec avformat"
mp_filter_deps="gpl avcodec swscale postproc inline_asm"
mptestsrc_filter_deps="gpl"
More information about the ffmpeg-cvslog
mailing list