Archive for the tag 'Error 1'

FFmpeg :: make: *** [ffmpeg_frame.lo] Error 1

If you get the following error when running the command make to compile FFmpeg, that means ffmpeg was either installed or previously compiled on your server .

Go into the source’s directory and run the following command.

make distclean
or
make clean

Then rebuild ffmpeg again.