[FFmpeg-devel] [PATCH] lzo build system checks

Reimar Döffinger Reimar.Doeffinger
Thu Apr 9 14:58:05 CEST 2009


On Thu, Apr 09, 2009 at 02:38:11PM +0200, Diego Biurrun wrote:
> Here is a patch to properly hook up the lzo test in our build system.
> Reimar, maybe you can comment whether or not the different lzo functions
> are still really needed...

Wtf? Why would you want to make the lzo test test the libzo
decompression that FFmpeg doesn't even use at all?
And no you may not remove the libzo support from the test program, it is
there to allow speed comparison.
Probably the issue you have is the include?
Then put it under
#if defined(LIBLZO) || defined(LIBLZO_UNSAFE)



More information about the ffmpeg-devel mailing list