[MacPorts] #19142: faac doesn't support mp4
MacPorts
noreply at macports.org
Fri Apr 3 02:40:02 PDT 2009
#19142: faac doesn't support mp4
---------------------------------+------------------------------------------
Reporter: anddam@… | Owner: pguyot@…
Type: defect | Status: new
Priority: Normal | Milestone: Port Bugs
Component: ports | Version: 1.7.0
Keywords: faac mp4 support | Port: faac
---------------------------------+------------------------------------------
I noticed that faac from ports tree doesn't support mp4.
it appears that these lines are at odds with one another:
{{{
23 configure.args --without-mp4v2
24
25 depends_lib port:libmp4v2
}}}
Anyway after upgrading libmp4v2 as per #19141 I had to patch configure.in
in order to let it see external libmp4v2 (internal one appears to be very
old).
Even if configure successfully detects libmp4v2
{{{
checking whether MP4Create is declared... yes
checking for MP4MetadataDelete in -lmp4v2... yes
checking whether MP4MetadataDelete is declared... yes
checking for MP4MetadataDelete in -lmp4v2... (cached) yes
configure: *** Building with external mp4v2 ***
}}}
the resulting executable still reports
{{{
$ `port dir faac`/work/faac-1.28/frontend/faac --help 2>&1 | grep MP4
MP4 specific options:
MP4 support unavailable.
}}}
Can anyone reports a faac build with mp4 support?
I'm attaching Portfile, patchfile and the build output for
faac at 1.28_2+mp4v2
--
Ticket URL: <http://trac.macports.org/ticket/19142>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list