Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31978 - mplayer still compiles with DVB support even if USE="-dvb"
Summary: mplayer still compiles with DVB support even if USE="-dvb"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-10-25 09:21 UTC by Juri Haberland
Modified: 2003-10-25 18:10 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 Juri Haberland 2003-10-25 09:21:47 UTC
Mplayer's configure script still uses DVB(HEAD) support even if USE="-dvb" is
used. This is because --disable-dvb just disables the old DVB support but not
the DVB-HEAD support. This is done with an undocumented configure flag called
--disable-dvbhead.

Solution:
use both --disable-dvb and --disable-dvbhead instead of just using --disable-dvb.

Cheers,
Juri

Reproducible: Always
Steps to Reproduce:
1. Have the current DVB drivers in /usr/src/DVB
2. set USE to "-dvb"
3. emerge mplayer

Actual Results:  
MPlayer compiles with DVB support.

Expected Results:  
MPlayer shouldn't have compiled with DVB support.
Comment 1 Luca Barbato gentoo-dev 2003-10-25 18:10:48 UTC
Fix committed, thank you