Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 180547 - media-video/dvbcut-0.5.4 fails with media-video/ffmpeg-0.4.9_p20070525
Summary: media-video/dvbcut-0.5.4 fails with media-video/ffmpeg-0.4.9_p20070525
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-01 13:25 UTC by Mike McQuaid
Modified: 2007-06-01 18:48 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 Mike McQuaid 2007-06-01 13:25:12 UTC
src/tsfile.o: In function `tsfile::tsfile(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, inbuffer&, int)':
tsfile.cpp:(.text+0x717): undefined reference to `av_free(void*)'
tsfile.cpp:(.text+0x71c): undefined reference to `avcodec_alloc_context()'
tsfile.cpp:(.text+0x728): undefined reference to `avcodec_get_context_defaults(AVCodecContext*)'
collect2: ld returned 1 exit status
scons: *** [bin/dvbcut] Error 1
scons: building terminated because of errors.
make: *** [build] Error 2

I'm guessing a too new version of ffmpeg. Probably needs a some dependency handling.
Comment 1 Alexis Ballier gentoo-dev 2007-06-01 18:48:43 UTC
fixed thanks, extern "C" had been removed from ffmpeg headers when included in some c++ files.