[FFmpeg-user] No accelerated colorspace conversion found from yuv422p to rgb24

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Dec 24 00:14:20 CET 2012


Ronny Bismark <tum.bismark <at> gmail.com> writes:

>   libswscale      2.  1.103 /  2.  0.  0

(Your ffmpeg executable was compiled against a newer version of 
libswscale than is installed, this by definition cannot work.)

There are (probably) other ways to fix this, but to make things 
simple, please just remove "--enable-shared --disable-static 
--disable-ffmpeg" from your configure line.

And while you are at it, also remove --enable-vdpau, it is hard 
to believe it does something useful on arm.
You may remove --enable-libpostproc, it is the default and therefore 
unneeded.

If "--extra-cflags='-marm -fPIC -DPIC'" is really needed, this may 
be an (unrelated) bug, a report may be welcome.

Please fix your quoting, Carl Eugen



More information about the ffmpeg-user mailing list