[FFmpeg-user] Building FFmpeg with optional libs OS X 10.9.4
2amph+s0zl7 at guerrillamail.com
2amph+s0zl7 at guerrillamail.com
Sat Aug 30 00:24:13 CEST 2014
FFmpeg configure is:
./configure --prefix=/usr/local \
--shlibdir=/usr/local/lib \
--extra-cflags=-I/usr/local/include \
--disable-avdevice \
--disable-avfilter \
--disable-bzlib \
--disable-debug \
--disable-doc \
--disable-iconv \
--disable-postproc \
--disable-programs \
--disable-swresample \
--disable-swscale \
--disable-static \
--disable-zlib \
--enable-shared \
--enable-gpl \
--enable-version3 \
--enable-libopencore-amrnb \
--enable-libopencore-amrwb \
--enable-libopus \
--enable-libspeex \
--enable-libvo-aacenc \
--enable-libvo-amrwbenc
I have installed the libs noted at the end of the configure log in /usr/local. Configure command for the optional libs was
./configure --enable-shared --enable-static --disable-dependency-tracking --disable-libtool-lock
FFmpeg configure does not get beyond failing to find the first optional lib. Here is the end of the config.log
BEGIN /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.6OlnO3yW.c
1 #include <opencore-amrnb/interf_dec.h>
2 int x;
END /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.6OlnO3yW.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -I/usr/local/include -std=c99 -fomit-frame-pointer -fPIC -pthread -E -o /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.Nnm5uT0x.o /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.6OlnO3yW.c
check_func Decoder_Interface_init -lopencore-amrnb
check_ld cc -lopencore-amrnb
check_cc
BEGIN /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.6OlnO3yW.c
1 extern int Decoder_Interface_init();
2 int main(void){ Decoder_Interface_init(); }
END /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.6OlnO3yW.c
gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DPIC -I/usr/local/include -std=c99 -fomit-frame-pointer -fPIC -pthread -c -o /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.Nnm5uT0x.o /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.6OlnO3yW.c
gcc -Wl,-dynamic,-search_paths_first -o /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.YCeYsFXo /var/folders/c0/8p18hd453p3_433cf9_595b40000gn/T//ffconf.Nnm5uT0x.o -lopencore-amrnb -lm -pthread
clang: warning: argument unused during compilation: '-pthread'
ld: library not found for -lopencore-amrnb
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ERROR: libopencore_amrnb not found
The terminal output is:
--enable-libvo-amrwbenc
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/c++/4.2.1
ERROR: libopencore_amrnb not found
Thanks!
----
Sent using GuerrillaMail.com
Block or report abuse: https://www.guerrillamail.com/abuse/?a=R0d5FQgHDqEGjRyU9ngSYhHAA8WC1Q%3D%3D
More information about the ffmpeg-user
mailing list