Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 91988 - mplayer-1.0_pre7 missing "faad" use flag
Summary: mplayer-1.0_pre7 missing "faad" use flag
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Media-video project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-09 03:08 UTC by Alessio D'Ascanio
Modified: 2005-05-09 15:40 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch for mplayer-1.0_pre7.ebuild (faad.patch,1.72 KB, patch)
2005-05-09 03:57 UTC, Alessio D'Ascanio
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alessio D'Ascanio 2005-05-09 03:08:38 UTC
this ebuild is missing of this use flag to use

--enable-external-faad build with external FAAD2 (AAC) support [autodetect]

in configure script

Reproducible: Always
Steps to Reproduce:
1. emerge -pv mplayer
Comment 1 Alessio D'Ascanio 2005-05-09 03:57:00 UTC
Created attachment 58462 [details, diff]
patch for mplayer-1.0_pre7.ebuild

adds faad USE flag and

myconf="${myconf} $(use_enable faad external-faad)"

to enable external faad when requested
Comment 2 Luca Barbato gentoo-dev 2005-05-09 15:40:46 UTC
we use aac to enable aac support and I tend to avoid external libraries if mplayer is already providing them. I know that is a limitation but I would have to split every useflag with internal and external and the resulting ebuild would be quite problematic to mantain.