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 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 yo

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 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 yo

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 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