Stefan Baums, 2005-05-07 23:57:46 -0700 : > Neither transcode 0.6.14 nor transcode 1.0.0-beta2 will compile > against Debianâs ffmpeg, apparently due to an undefined reference > in libavcodec.a. Here is the error output:
[...] > /usr/lib/libavcodec.a(dtsdec.o)(.text+0x33d): In function > `dts_decode_frame': > : undefined reference to `dts_frame' Sounds similar to something I had when building ffmpeg2theora (I think). You have to add -ldts to LDFLAGS somewhere (like your Makefile.am). Admittedly, that may be only a workaround. Roland. -- Roland Mas Homme qui plus rien à dire, citer proverbe chinois. -- Proverbe chinois.

