[FFmpeg-cvslog] configure: Enable libpostproc automatically if GPL code is enabled.
Måns Rullgård
git at videolan.org
Fri May 13 04:46:00 CEST 2011
ffmpeg | branch: master | Måns Rullgård <mans at mansr.com> | Thu May 12 13:21:49 2011 +0100| [ced9556b6189de67dd740f5231c6f1807f3e3704] | committer: Diego Biurrun
configure: Enable libpostproc automatically if GPL code is enabled.
Enabling libpostproc automatically should give it more compile coverage
and save the FATE box maintainers some configuration hassles.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ced9556b6189de67dd740f5231c6f1807f3e3704
---
configure | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index d551379..126a6b5 100755
--- a/configure
+++ b/configure
@@ -88,7 +88,7 @@ Configuration options:
--disable-avcodec disable libavcodec build
--disable-avformat disable libavformat build
--disable-swscale disable libswscale build
- --enable-postproc enable GPLed postprocessing support [no]
+ --disable-postproc disable libpostproc build
--disable-avfilter disable video filter support [no]
--disable-pthreads disable pthreads [auto]
--enable-w32threads use Win32 threads [no]
@@ -1474,6 +1474,7 @@ yadif_filter_deps="gpl"
# libraries
avdevice_deps="avcodec avformat"
avformat_deps="avcodec"
+postproc_deps="gpl"
# programs
ffmpeg_deps="avcodec avformat swscale"
@@ -1643,6 +1644,7 @@ enable ffprobe
enable ffserver
enable network
enable optimizations
+enable postproc
enable protocols
enable static
enable swscale
@@ -2531,7 +2533,6 @@ die_license_disabled() {
die_license_disabled gpl libx264
die_license_disabled gpl libxavs
die_license_disabled gpl libxvid
-die_license_disabled gpl postproc
die_license_disabled gpl x11grab
die_license_disabled nonfree libfaac
More information about the ffmpeg-cvslog
mailing list