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@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to