> Sounds similar to something I had when building ffmpeg2theora (I
> think).  You have to add -ldts to LDFLAGS somewhere (like your
> Makefile.am).

Thanks, export LDFLAGS=-ldts seems to get me a little farther, but
then compilation again fails with:

   gcc -Wall -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 
-g -O2 -o tcdecode tcdecode-tcdecode.o tcdecode-decode_ac3.o 
tcdecode-decode_mpeg2.o tcdecode-decode_yuv.o tcdecode-fileinfo.o 
tcdecode-ioaux.o tcdecode-decode_dv.o tcdecode-decode_mp3.o tcdecode-mpg123.o 
tcdecode-decode_a52.o tcdecode-decode_af6.o tcdecode-scan_dv.o 
tcdecode-decode_lavc.o tcdecode-decode_xvid.o tcdecode-decode_ogg.o 
tcdecode-decode_mov.o tcdecode-decode_lzo.o  -L/usr/lib -lavcodec 
../libac3/.libs/libac3_tc.a ../libmpeg2/.libs/libmpeg2cvs.a 
../libvo/.libs/libvout.a /usr/lib/libvorbisfile.so /usr/lib/libtheora.so 
/usr/lib/libvorbis.so /usr/lib/libogg.so /usr/lib/libquicktime.so -lpng 
/usr/lib/libdv.so /usr/lib/libgthread.so -lpthread /usr/lib/libglib.so 
-L/usr//lib /usr/lib/liblzo.so ../aclib/.libs/libac.a -ldts -lm -lz -ldl
   /usr/lib/libavcodec.a(oggvorbis.o)(.text+0x46): In function 
`oggvorbis_encode_init':
   : undefined reference to `vorbis_encode_init'
   collect2: ld returned 1 exit status
   make[3]: *** [tcdecode] Error 1
   make[3]: Leaving directory `/home/stefan/transcode-0.6.14/import'
   make[2]: *** [all-recursive] Error 1
   make[2]: Leaving directory `/home/stefan/transcode-0.6.14/import'
   make[1]: *** [all-recursive] Error 1
   make[1]: Leaving directory `/home/stefan/transcode-0.6.14'
   make: *** [all] Error 2

Is there another magic switch that helps here?  Or is this maybe
related to bug #306023 (ffmpeg vorbis support disabled)?

I forgot to mention my configure arguments when trying to compile
transcode 0.6.14.  They are:

   --enable-netstream \
   --disable-lame \
   --enable-libdv \
   --enable-ogg \
   --enable-vorbis \
   --enable-theora \
   --enable-a52 \
   --enable-imagemagick \
   --enable-lzo \
   --enable-libxml2 \
   --enable-v4l \
   --enable-libmpeg3 \
   --enable-libquicktime \
   --enable-sdl \
   --enable-gtk

S.

-- 
Stefan Baums
Asian Languages and Literature
University of Washington


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to