Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 187029

Summary: media-video/ffmpeg-0.4.9_p20070616-r1 has bad headers
Product: Gentoo Linux Reporter: Patrizio Bassi <patrizio.bassi>
Component: New packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: High    
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Patrizio Bassi 2007-07-29 16:17:19 UTC
seems some functions are exported but not included in the shared lib, so wengophone and linphone get broken.


grep img_resample_init `equery files ffmpeg`
/usr/include/ffmpeg/avcodec.h:attribute_deprecated ImgReSampleContext *img_resample_init(int output_width, int output_height,

/mnt/Dati/Gentoo/tmp/portage/net-voip/linphone-1.7.1/work/linphone-1.7.1/mediastreamer2/src/.libs/libmediastreamer.so: undefined reference to `img_resample_init'
/mnt/Dati/Gentoo/tmp/portage/net-voip/linphone-1.7.1/work/linphone-1.7.1/mediastreamer2/src/.libs/libmediastreamer.so: undefined reference to `img_resample_close'
/mnt/Dati/Gentoo/tmp/portage/net-voip/linphone-1.7.1/work/linphone-1.7.1/mediastreamer2/src/.libs/libmediastreamer.so: undefined reference to `img_resample'
/mnt/Dati/Gentoo/tmp/portage/net-voip/linphone-1.7.1/work/linphone-1.7.1/mediastreamer2/src/.libs/libmediastreamer.so: undefined reference to `img_convert'
collect2: ld returned 1 exit status
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2007-07-29 18:49:05 UTC

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