I read all the related messages about FFMPEG and its libraries (avcodec.h) and despite I have rebuilt ffmpeg with --enable-shared and
--enable-pthreads, when I compile transcode I get the usual message that it cannot compile against avcodec.h etc. etc.

Here follow some useful lines from config.log:

  $ ./configure --with-libavcodec-prefix=/usr/local --with-libavcodec-includes=/usr/local/include --with-libavcodec-libs=/usr/local/lib

configure:27663: checking for pkgconfig support for libavcodec
configure:27670: result: no
configure:27726: checking how to determine LIBAVCODEC_CFLAGS
configure:27730: result: user
configure:27780: checking ffmpeg/avcodec.h usability
configure:27821: result: yes
configure:27825: checking ffmpeg/avcodec.h presence
configure:27861: result: yes
configure:27896: checking for ffmpeg/avcodec.h
configure:27903: result: yes
configure:27936: checking how to determine LIBAVCODEC_LIBS
configure:27940: result: user
configure:27985: checking for avcodec_thread_init in -lavcodec
configure:28047: result: yes


libavcodec
----------------------------------------
headers                        -I/usr/local/include
libraries                      -L/usr/local/lib -lavcodec -lm -lz -lpthread
build                          
version                        
statically linked              no


ac_cv_header_ffmpeg_avcodec_h=yes
ac_cv_lib_avcodec_avcodec_thread_init=yes

LIBAVCODEC_LIBS='-L/usr/local/lib -lavcodec -lm -lz -lpthread'
libavcodec_config='no'

What the hell can I do to have it successfully compiling?
Thanks

Reply via email to