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

2014-09-01 Thread Arturo Rinaldi

Il 31/08/2014 22:05, Carl Eugen Hoyos ha scritto:

Arturo Rinaldi arty.net2 at gmail.com writes:


this is my custom build script to download and
build ffmpeg from source

Without looking at your script, I'd like to add
that from experience such scripts make much
more problems than they solve.
If you have a problem with the FFmpeg
configure script, please report it here.

Carl Eugen

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

ok, it's no big deal. However my advice to insert the two search paths 
was a general purpose use one, it does not concern the script 
itselfIt might be useful for building from source in the next future


Regards, Arturo
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


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

2014-08-31 Thread Arturo Rinaldi

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


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

2014-08-31 Thread Carl Eugen Hoyos
Arturo Rinaldi arty.net2 at gmail.com writes:

 this is my custom build script to download and 
 build ffmpeg from source

Without looking at your script, I'd like to add 
that from experience such scripts make much 
more problems than they solve.
If you have a problem with the FFmpeg 
configure script, please report it here.

Carl Eugen

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user


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

2014-08-30 Thread Carl Eugen Hoyos
 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