Ticket #6295: faad2.osx-packager.patch

File faad2.osx-packager.patch, 673 bytes (added by dsnider@…, 15 years ago)

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

  • contrib/OSX/osx-packager.pl

     
    7777our %depend_order = (
    7878  'mythtv'
    7979  =>  [
     80        'faad2',
    8081        'freetype',
    8182        'lame',
    8283        'mysqlclient',
     
    122123    #=> 'yes'
    123124  },
    124125
     126  'faad2'
     127  =>
     128  {
     129    'url'
     130    =>  "$sourceforge/sourceforge/faac/faad2-2.7.tar.gz",
     131  },
     132
    125133  'freetype'
    126134  =>
    127135  {
     
    578586        # To "cross compile" something for a lesser Mac:
    579587        #'--tune=G3',
    580588        #'--disable-altivec',
     589        '--enable-libfaad',
    581590      ],
    582591);
    583592