diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-24 15:33:39 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-24 15:33:39 +0000 |
commit | 760227633d149ea81444297eaa672b15d9cd176d (patch) | |
tree | 5733f4faf38260b106fbae60d80b5bdc9c5eef8d | |
parent | ee8ee340a105a2f405953a566dcc4fb76db1700c (diff) | |
download | ffmpeg-760227633d149ea81444297eaa672b15d9cd176d.tar.gz |
100l: Revert removal of GPL check for libswscale.
libswscale still compiles GPL parts by default.
Originally committed as revision 17557 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -81,7 +81,7 @@ show_help(){ echo " --disable-ffplay disable ffplay build" echo " --disable-ffserver disable ffserver build" echo " --enable-postproc enable GPLed postprocessing support [no]" - echo " --enable-swscale enable software scaler support [no]" + echo " --enable-swscale enable GPLed software scaler support [no]" echo " --enable-avfilter video filter support (replaces vhook) [no]" echo " --enable-avfilter-lavf video filters dependent on avformat [no]" echo " --disable-vhook disable video hooking support" @@ -1684,6 +1684,7 @@ if ! enabled gpl; then die_gpl_disabled "libxvidcore" libxvid die_gpl_disabled "FAAD2" libfaad2 die_gpl_disabled "The X11 grabber" x11grab + die_gpl_disabled "The software scaler" swscale fi if ! enabled nonfree && enabled_any libamr_nb libamr_wb; then |