Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86809 - transcode no longer plays nice with libquicktime
Summary: transcode no longer plays nice with libquicktime
Status: RESOLVED DUPLICATE of bug 85865
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-26 16:19 UTC by Scott Beck
Modified: 2005-07-17 13:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Scott Beck 2005-03-26 16:19:39 UTC
The latest transcode does not compile with the latest libquicktime.

tcdecode-decode_mov.o(.text+0x902): In function `decode_mov':
: undefined reference to `quicktime_read_audio'
collect2: ld returned 1 exit status

This is with:
[ebuild   R   ] media-libs/libquicktime-0.9.4  -dv +gtk -ieee1394 +jpeg +mmx +oggvorbis +png 0 kB
[ebuild  N    ] media-video/transcode-0.6.14  -3dnow +X -a52 (-altivec) +avi -debug -divx4linux -dv -dvdread +encode -fame +gtk +imagemagick +jpeg -lzo -mjpeg +mmx +mpeg -network +oggvorbis -pvm +quicktime +sdl +sse -sse2 -static -theora +truetype -v4l +xml2 -xvid 0 kB 

Looking in the libquicktime code they have:
#if 0 /* This function is obsolete as it makes no sense for compressed codecs */
long quicktime_read_audio(quicktime_t *file, char *audio_buffer, long samples, int track)
{
...

quicktime_read_audio is used in 2 places inside transcode. In import/import_mov.c and import/decode_mov.c

I may come up with a patch for this later this week.

Cheers,

Scott
Comment 1 Jan Brinkmann (RETIRED) gentoo-dev 2005-03-26 16:28:59 UTC

*** This bug has been marked as a duplicate of 85865 ***