[FFmpeg-user] Buind ffmpeg-3.2.2 on Mac OS X
Carl Eugen Hoyos
ceffmpeg at gmail.com
Thu Dec 15 10:28:58 EET 2016
2016-12-14 23:00 GMT+01:00 Denis <info at denisgottardello.it>:
> 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
> ffmpeg-user at ffmpeg.org 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
More information about the ffmpeg-user
mailing list