Stable: 2.5.2
Development: 2.6-alpha3
I was wondering why moc(2.5.0-a3) would only compile with faad2-2.0* but not with 2.6.
The configure script checks for the presence of the faacDecInit-Function - this function has been renamed in 2.6 to NeACCDecInit.
However, 2.6 is backwards compatible by providing access to the re-named function via #define-directives. These are not used in the test (as the header is not included).
I think there can be an easy solution to this and I'll try to create a patch - but maybe this is already known ?
daper
Mon, 2008-03-03 17:17
Permalink
I didn't know that, If you
I didn't know that, If you can make a pache, please do it :) I have only 2.0 in ma distro's package.
--
Damian Pietras - MOC developer
hiben
Tue, 2008-03-04 16:11
Permalink
I committed a patch to
I committed a patch directly to the SVN (trunk). It adds a secondary check to the AAC/FAAD2 test for the new function.
A quick test showed no problems playing AAC with the newer libs -- the compiler complains a bit (warning) but I don't think there is a serious issue.
daper
Tue, 2008-03-04 16:47
Permalink
Works for me, thanks. --
Works for me, thanks.
--
Damian Pietras - MOC developer