[FFmpeg-user] Building FFmpeg with optional libs OS X 10.9.4

Arturo Rinaldi arty.net2 at gmail.com
Sun Aug 31 20:17:51 CEST 2014


Il 30/08/2014 09:20, Carl Eugen Hoyos ha scritto:
>   <2amph+s0zl7 <at> guerrillamail.com> writes:
>
>> ./configure --prefix=/usr/local \
>>              --shlibdir=/usr/local/lib \
>>              --extra-cflags=-I/usr/local/include \
> This seems to be missing --extra-ldflags=-L/usr/local/lib
>
> Carl Eugen
>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
this is my custom build script to download and build ffmpeg from source

https://drive.google.com/file/d/0B260KzBssvcOS3UxeHFuMjJoWHc/edit?usp=sharing

usage : ffmpeg_complete_mac_10.9.sh <version>

you had better to add these two entries to your .profile configuration 
file in your home folder and then logout/login so the system becomes 
aware of the new paths :

export LDFLAGS="-L/opt/local/lib -L/usr/local/lib"
export CPPFLAGS="-I/opt/local/include -I/usr/local/include"

hope this can help...

Regards, Arturo


More information about the ffmpeg-user mailing list