Opened 16 years ago

Closed 16 years ago

#6295 closed patch (fixed)

AAC support in osx-packager.pl

Reported by: dsnider@… 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)

faad2.osx-packager.patch (673 bytes) - added by dsnider@… 16 years ago.
addition of faad2 libraries to the osx-packager.pl script.

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by dsnider@…

Attachment: faad2.osx-packager.patch added

addition of faad2 libraries to the osx-packager.pl script.

comment:1 Changed 16 years ago by Nigel

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.

comment:2 Changed 16 years ago by Nigel

(In [20278]) Build FAAD and configure to use it. See #6295

comment:3 Changed 16 years ago by Nigel

(In [20279]) Build FAAD and configure to use it. See #6295

comment:4 Changed 16 years ago by Nigel

Resolution: fixed
Status: newclosed

(In [20280]) Remove trailing spaces. This is to force qmake to run and re-evaluate deps. This should happen anyway as a result of configure, but sometimes doesn't? Closes #6295

Note: See TracTickets for help on using tickets.