Jan
07
|
Error:
/download/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function ‘zif_ffmpeg_frame_toGDImage’:
/download/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: ‘PIX_FMT_RGBA32’ undeclared (first use in this function)
/download/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: (Each undeclared identifier is reported only once
/download/ffmpeg-php-0.6.0/ffmpeg_frame.c:336: error: for each function it appears in.)
/download/ffmpeg-php-0.6.0/ffmpeg_frame.c: In function ‘zif_ffmpeg_frame_ffmpeg_frame’:
/download/ffmpeg-php-0.6.0/ffmpeg_frame.c:421: error: ‘PIX_FMT_RGBA32’ undeclared (first use in this function)
make: *** [ffmpeg_frame.lo] Error 1
Solution:
1. Open the file “/ffmpeg-php-0.5.0/ffmpeg_frame.c”
1. Replace all PIX_FMT_RGBA32 with PIX_FMT_RGB32
December 20th, 2010 at 11:45 pm
Just to say thank you I have trying to get this all day
February 18th, 2011 at 7:37 am
thanks man it’s work for me
July 14th, 2011 at 11:50 pm
Hi, thanks for the trick.
Just one question: 8 tests skipped and 21 failed on 29 tests: does this mean anything is wrong?
November 6th, 2011 at 2:39 pm
Thank you!
February 18th, 2012 at 8:26 am
Thank you! Thank you! Thank you!
July 14th, 2012 at 12:09 am
I can’t thank you enough for this fix! Hazzah, one step closer!
July 16th, 2012 at 6:07 pm
Still useful. thank you.