Opened 16 years ago
Closed 16 years ago
#6295 closed patch (fixed)
AAC support in osx-packager.pl
Reported by: | Owned by: | Nigel | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Ports - OSX | Version: | 0.21-fixes |
Severity: | low | Keywords: | AAC osx |
Cc: | Ticket locked: | no |
Description
Attached is a patch that adds support for AAC audio decoding on the MythFrontend for OSX.
Attachments (1)
Change History (5)
Changed 16 years ago by
Attachment: | faad2.osx-packager.patch added |
---|
comment:1 Changed 16 years ago by
Adding this to SVN trunk did:
g++ ... -o libmythavcodec-0.22.0.22.0.dylib ... -L/usr/lib -L/Volumes/MythBuild/.osx-packager/build/lib -L../libavutil -lmythavutil-0.22 -lbz2 -lfaad -lmp3lame -lm -lpthread -lz i686-apple-darwin8-g++-4.0.1: unrecognized option '-rdynamic' i686-apple-darwin8-g++-4.0.1: unrecognized option '-rdynamic' ld: Undefined symbols: _aac_decoder /usr/bin/libtool: internal link edit command failed make[2]: *** [libmythavcodec-0.22.0.22.0.dylib] Error 1
but this may just be a problem with trunk. WIll test 0-21-fixes later.
Note: See
TracTickets for help on using
tickets.
addition of faad2 libraries to the osx-packager.pl script.