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.
Fix committed, thank you