[MacPorts] #31185: ffmpeg: Replace negatively named variants with positively named and changing default variants
MacPorts
noreply at macports.org
Thu Sep 8 19:00:45 PDT 2011
#31185: ffmpeg: Replace negatively named variants with positively named and
changing default variants
------------------------------+---------------------------------------------
Reporter: cal@… | Owner: devans@…
Type: defect | Status: new
Priority: Low | Milestone:
Component: ports | Version: 2.0.99
Keywords: haspatch | Port: ffmpeg
------------------------------+---------------------------------------------
The state of ffmepg's variants is less than optimal… if you want AAC
support you will install `ffmpeg -no_nonfree`. Now while I could think of
a few ways to add yet another negation, maybe we should change those to
positively named variants.
The attached patch changes
- no_nonfree to nonfree and makes it the default my removing +non_free
from default_variants
- no_gpl to gpl and makes it default by adding +gpl to default_variants
- no_mxx to mmx and makes it default by adding +mmx to default_variants
Notes: The no_gpl variant deleted a "--enable-libfaad" switch from
configure.args, which was never there to begin with and breaks the build
if added. I've commented it at the moment.
The same patch should probably applied against ffmpeg-devel, and maybe
gst-ffmpeg, too.
--
Ticket URL: <https://trac.macports.org/ticket/31185>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list