[Ffmpeg-devel] Compile swscale examples

Michael Niedermayer michaelni
Sun Aug 20 12:05:29 CEST 2006


Hi

On Sun, Aug 20, 2006 at 11:39:59AM +0200, Luca Abeni wrote:
> Hi all,
> 
> the attached patch enables the compilation of swscale-example and
> cs_test. Is it ok to commit it?
> 
> Also, what output should I expect from swscale-example?

try some old mplayer checkout when it did still compile 

[...]

> +void mp_msg( int x, int y, const char *format, ... ){
> +    va_list va;
> +    va_start(va, format);
> +    vfprintf(stderr, format, va);
> +    va_end(va);
> +}

iam against this, whichever code uses mp_msg in swscale should be changed ...

[...]
-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

In the past you could go to a library and read, borrow or copy any book
Today you'd get arrested for mere telling someone where the library is




More information about the ffmpeg-devel mailing list