[FFmpeg-devel] [PATCH] Enable swscale by default
Michael Niedermayer
michaelni
Sat Sep 13 17:06:51 CEST 2008
Hi
The patch below enables swscale by default.
The intent is to get more exposure, testing and to avoid people wasting time
working on the old scaler.
Index: configure
===================================================================
--- configure (revision 15306)
+++ configure (working copy)
@@ -73,7 +73,7 @@
echo " --enable-nonfree allow use of nonfree code, the resulting libav*"
echo " and ffmpeg will be unredistributable [default=no]"
echo " --enable-postproc enable GPLed postprocessing support [default=no]"
- echo " --enable-swscale software scaler support [default=no]"
+ echo " --disable-swscale disable software scaler support [default=no]"
echo " --enable-avfilter video filter support (replaces vhook) [default=no]"
echo " --enable-avfilter-lavf video filters dependant on avformat [default=no]"
echo " --enable-beosthreads use BeOS threads [default=no]"
@@ -972,6 +972,7 @@
enable protocols
enable static
enable stripping
+enable swscale
vhook="default"
# build settings
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
It is dangerous to be right in matters on which the established authorities
are wrong. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080913/0a07d996/attachment.pgp>
More information about the ffmpeg-devel
mailing list