diff options
author | Cédric Schieli <cschieli@gmail.com> | 2009-03-20 14:12:47 +0000 |
---|---|---|
committer | Cédric Schieli <cschieli@gmail.com> | 2009-03-20 14:12:47 +0000 |
commit | a9ddb5b1a4f190aba32917b85d1709cddc9100b4 (patch) | |
tree | 836957d5081351a9257f12b7c2be3ab484730c37 /configure | |
parent | f6cf4ed08a6717504ab172f940068a4ba64f2f0f (diff) | |
download | ffmpeg-a9ddb5b1a4f190aba32917b85d1709cddc9100b4.tar.gz |
Add a CONFIG_SWSCALE_ALPHA option for alpha channel scaling (enabled by default)
Originally committed as revision 18075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -92,6 +92,7 @@ show_help(){ echo " --disable-ipv6 disable IPv6 support [no]" echo " --disable-mpegaudio-hp faster (but less accurate) MPEG audio decoding [no]" echo " --enable-gray enable full grayscale support (slower color)" + echo " --disable-swscale-alpha disable alpha channel support in swscale" echo " --disable-fastdiv disable table-based division" echo " --enable-small optimize for size instead of speed" echo " --disable-aandct disable AAN DCT code" @@ -802,6 +803,7 @@ CONFIG_LIST=" shared small static + swscale_alpha x11grab zlib " @@ -1178,6 +1180,7 @@ enable optimizations enable protocols enable static enable stripping +enable swscale_alpha # build settings add_cflags -D_ISOC99_SOURCE -D_POSIX_C_SOURCE=200112 |