Hi, On Wed, Aug 13, 2014 at 11:12:38 -0700, mustafaccs wrote:
> when i try to install ffmpeg on linux, i am receiving this error: > "strip: Warning: 'ffmpeg' is not an ordinary file > make: *** [ffmpeg] Error 1" > drwxr-xr-x 17 unes unes 4096 Aug 7 10:30 ffmpeg How did you manage to have an ffmpeg subfolder in your ffmpeg source directory? Try this: $ rm -rf ffmpeg/; make Moritz _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user
