2016-12-14 23:00 GMT+01:00 Denis <[email protected]>: > Hi. I have a problem on build ffmpeg on Mac OSX.
Please understand that on osx, only current FFmpeg is supported. > I'm using the follow line > > Mac-mini-di-Denis:ffmpeg-3.2.2 denis$ ./configure --enable-gpl > --enable-nonfree --enable-libx264 --enable-shared --disable-ffmpeg > --disable-ffplay --disable-ffprobe --disable-ffserver --disable-opencl > --enable-version3 --enable-gpl --enable-version3 --enable-nonfree > --enable-postproc --enable-pthreads --enable-x11grab This configure line looks very unusual: What are you planning to do with the resulting binaries? At least --enable-postproc and --enable-pthreads have no effect. > but I obtain this error: > > *ERROR: libx264 not found* > If you think configure made a mistake, make sure you are using the latest > version from Git. If the latest version fails, report the problem to the > [email protected] mailing list or IRC #ffmpeg on irc.freenode.net. > Include the log file "config.log" produced by configure as this will help > solve the problem. Did you read this? > I assure that the latest x264 lib is installed. > > -rw-r--r-- 1 denis staff 1,5M 14 Dic 21:57 libvpx.a > *-rwxr-xr-x 1 root wheel 715K 14 Dic 22:14 libx264.148.dylib* > *-rw-r--r-- 1 root wheel 820K 14 Dic 22:14 libx264.a* > *lrwxr-xr-x 1 root wheel 17B 14 Dic 22:14 libx264.dylib -> > libx264.148.dylib* You didn't tell where you installed it. If it is in the default location "/usr/local", it should be picked up automatically. Carl Eugen _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
