[FFmpeg-cvslog] r17556 - trunk/configure

diego subversion
Tue Feb 24 16:11:45 CET 2009


Author: diego
Date: Tue Feb 24 16:11:45 2009
New Revision: 17556

Log:
The software scaler is no longer GPLed.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue Feb 24 16:06:17 2009	(r17555)
+++ trunk/configure	Tue Feb 24 16:11:45 2009	(r17556)
@@ -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 GPLed software scaler support [no]"
+  echo "  --enable-swscale         enable 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,7 +1684,6 @@ 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




More information about the ffmpeg-cvslog mailing list