[vlc-devel] [Patch] Solved i420_rgb build failure

Hugo Beauzee-Luyssen beauze.h at gmail.com
Thu Aug 20 21:28:38 CEST 2009


Hi,

Some problem prevented the i420_rgb build :
- Static function declaration inside the header, which caused gcc to
complain about static function declared but not defined
- Unused I420_RGB16_dither filter, which caused gcc to complain about
unused/undefined function depending on the case

This patch solves build process, however, i'm not quite confident with
this part of the code, therefore I'll let you check :)

Regards,

-- 
Hugo Beauzée-Luyssen
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Solved-I420_Rgb-build.patch
Type: text/x-patch
Size: 3587 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20090820/daf8fce2/attachment.bin>


More information about the vlc-devel mailing list