FFmpeg :: make: *** [ffmpeg_frame.lo] Error 1
If you get the following error when running the command make to compile FFmpeg: make: *** [ffmpeg_frame.lo] Error 1 There are two ways to fix this problem: *** First solution (highly recommended) In the latest version of ffmpeg-php (0.6.0), you need to modify the file: ffmpeg_frame.c and replace every instance of PIX_FMT_RGBA32 with PIX_FMT_RGB32 Using [...]

