Bug 180547 - media-video/dvbcut-0.5.4 fails with media-video/ffmpeg-0.4.9_p20070525
Bug#: 180547 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: media-video@gentoo.org Reported By: mike@mikearthur.co.uk
Component: Ebuilds
URL: 
Summary: media-video/dvbcut-0.5.4 fails with media-video/ffmpeg-0.4.9_p20070525
Keywords:  
Status Whiteboard: 
Opened: 2007-06-01 13:25 0000
Description:   Opened: 2007-06-01 13:25 0000
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 From Alexis Ballier 2007-06-01 18:48:43 0000 -------
fixed thanks, extern "C" had been removed from ffmpeg headers when included in
some c++ files.