Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 133306 - media-tv/xdtv-2.3.2 doesn't compile with "old" xvid-1.0.3
Summary: media-tv/xdtv-2.3.2 doesn't compile with "old" xvid-1.0.3
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial
Assignee: Diego Elio Pettenò (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-05-14 10:35 UTC by Michael Mauch
Modified: 2006-05-19 13:29 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 Michael Mauch 2006-05-14 10:35:30 UTC
With media-libs/xvid-1.0.3 installed, xdtv-2.3.2 doesn't compile:

i686-pc-linux-gnu-gcc -O3 -Wall -Wno-switch -DHAVE_AV_CONFIG_H -I.. -I'../'/libavutil -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE   -c -o xvid_rc.o xvid_rc.c
xvid_rc.c: In function `ff_xvid_rate_control_init':
xvid_rc.c:67: error: structure has no member named `vbv_size'
xvid_rc.c:68: error: structure has no member named `vbv_maxrate'
xvid_rc.c:69: error: structure has no member named `vbv_initial'
make[2]: *** [xvid_rc.o] Error 1


After upgrading to xvid-1.1.0-r1 xdtv compiled fine. Probably it should depend on >=media-libs/xvid-1.1 instead of >=media-libs/xvid-1.0.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-05-14 10:50:58 UTC
Don't mix ~arch and stable, avoids problems.
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2006-05-19 13:29:28 UTC
Dependency fixed.