[FFmpeg-devel] [PATCH] swscale alpha channel support

Måns Rullgård mans
Tue Mar 10 17:26:50 CET 2009


C?dric Schieli <cschieli at gmail.com> writes:

> 2009/3/5 Michael Niedermayer <michaelni at gmx.at>:
>> On Thu, Mar 05, 2009 at 03:09:26PM +0100, C?dric Schieli wrote:
>>> 2009/3/2 Michael Niedermayer <michaelni at gmx.at>:
>>> > On Fri, Feb 27, 2009 at 11:30:25PM +0100, C?dric Schieli wrote:
>
> [...]
>
>>> #5 : sws_configure_alpha.patch
>>> add --swscale-alpha configure option
>
> patch updated to take care of Mans' comment
>
>
> Index: ffmpeg/configure
> ===================================================================
> --- ffmpeg.orig/configure	2009-03-10 15:35:55.000000000 +0100
> +++ ffmpeg/configure	2009-03-10 15:36:23.000000000 +0100
> @@ -92,6 +92,7 @@
>    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 "  --enable-swscale-alpha   enable 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 @@
>      shared
>      small
>      static
> +    swscale_alpha
>      x11grab
>      zlib
>  "

OK

-- 
M?ns Rullg?rd
mans at mansr.com




More information about the ffmpeg-devel mailing list