Changes between Initial Version and Version 1 of Ticket #34012, comment 13


Ignore:
Timestamp:
Feb 9, 2013, 2:48:24 AM (11 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #34012, comment 13

    initial v1  
    33I have modified the CMakeLists.txt to turn CoreAudio ON:
    44
     5{{{
    56OPTION(ALSOFT_REQUIRE_COREAUDIO  "Require CoreAudio backend"          ON)
     7}}}
    68
    79I have then modified the XCode (Version 4.6 (4H127)) project settings to add /opt/local/lib to the library search path of the 3 ffmpeg examples compiled with OpenAL 1.15.1
     
    1012I guess the new Portfile could look something like:
    1113
    12 
     14{{{
    1315# $Id$
    1416
     
    4446    }
    4547}
     48}}}