Hi There, I am trying to build transcode 1.1.0 on debian lenny. Below are my
configure options, configure output and the error at the end of make. Does
anyone know what is going on here with this error and can point me in the
right direction to fix it thanks?
env CFLAGS="-g" ./configure --enable-shared --enable-pthreads
--enable-ffmpeg --enable-libavcodec --with-libavcodec-prefix='/usr/lib/'
--with-libavcodec-libs='/usr/lib/' --enable-libavformat
--with-libavformat-prefix='/usr/lib/' --with-libavformat-libs='/usr/lib/'
--enable-imagemagick --with-imagemagick-prefix='/usr/lib/'
--with-imagemagick-includes='/usr/include/magick/'
--with-imagemagick-libs='/usr/lib/' --enable-lame
--with-lame-prefix='/usr/lib/' --with-lame-includes='/usr/include/lame/'
--with-lame-libs='/usr/lib/' --enable-libdvdread
--with-libdvdread-prefix='/usr/lib/'
--with-libdvdread-includes='/usr/include/dvdread/'
--with-libdvdread-libs='/usr/lib/' --enable-libquicktime --enable-x264
--with-x264-prefix='/usr/local/lib/'
--with-x264-includes='/usr/local/include/'
--with-x264-libs='/usr/local/lib/'
----------------------------------------
Summary for transcode 1.1.0:
----------------------------------------
core options
----------------------------------------
enable experimental code no
enable deprecated code no
static AV-frame buffering yes
A52 default decoder no
ffmpeg libraries
----------------------------------------
libavcodec build 3357184
libavcodec version 51.58.0
libavformat build 3411968
libavformat version 52.16.0
hardware support
----------------------------------------
v4l/v4l2 no
ALSA no
OSS no
bktr no
sunau no
optional module support
----------------------------------------
PV3 no
NuppelVideo no
optional package support
----------------------------------------
IBP (libxio) no
X11 yes
Xv extension no
Xshm extension yes
Xaw library no
Xpm library no
libmpeg2 yes
libpostproc no
freetype2 no
lame yes
xvid no
x264 yes
ogg no
vorbis no
theora no
libdvdread yes
pvm3 no
libdv no
libquicktime yes
lzo no
a52 no
faac no
libxml2 no
mjpegtools no
sdl no
imagemagick yes
libjpeg yes
bsdav no
iconv yes
/bin/sh ../libtool --tag=CC --mode=link gcc -Wall -Wstrict-prototypes
-Wmissing-prototypes -g -export-dynamic -o tcmodinfo tcmodinfo-tcmodinfo.o
tcmodinfo-tcstub.o ../aclib/libac.la ../avilib/libavi.la ../avilib/
libwav.la ../libtc/libtc.la ../libtcvideo/libtcvideo.la -lpthread -lm -lm
-lz -ldl
gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -g -o tcmodinfo
tcmodinfo-tcmodinfo.o tcmodinfo-tcstub.o -Wl,--export-dynamic
../aclib/.libs/libac.a ../avilib/.libs/libavi.a ../avilib/.libs/libwav.a
../libtc/.libs/libtc.a ../libtcvideo/.libs/libtcvideo.a -lpthread -lm -lz
-ldl
../libtc/.libs/libtc.a(tcframes.o): In function `tc_new_video_frame':
/usr/src/transcode-1.1.0/libtc/tcframes.c:131: multiple definition of
`tc_new_video_frame'
tcmodinfo-tcstub.o:/usr/src/transcode-1.1.0/tools/tcstub.c:129: first
defined here
../libtc/.libs/libtc.a(tcframes.o): In function `tc_new_audio_frame':
/usr/src/transcode-1.1.0/libtc/tcframes.c:148: multiple definition of
`tc_new_audio_frame'
tcmodinfo-tcstub.o:/usr/src/transcode-1.1.0/tools/tcstub.c:134: first
defined here
../libtc/.libs/libtc.a(tcframes.o): In function `tc_del_video_frame':
/usr/src/transcode-1.1.0/libtc/tcframes.c:243: multiple definition of
`tc_del_video_frame'
tcmodinfo-tcstub.o:/usr/src/transcode-1.1.0/tools/tcstub.c:139: first
defined here
../libtc/.libs/libtc.a(tcframes.o): In function `tc_del_audio_frame':
/usr/src/transcode-1.1.0/libtc/tcframes.c:256: multiple definition of
`tc_del_audio_frame'
tcmodinfo-tcstub.o:/usr/src/transcode-1.1.0/tools/tcstub.c:144: first
defined here
collect2: ld returned 1 exit status
make[2]: *** [tcmodinfo] Error 1
make[2]: Leaving directory `/usr/src/transcode-1.1.0/tools'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/transcode-1.1.0'
make: *** [all] Error 2