The sample code provided by Apple to play mp3s using the mpg123 library is exactly what I am trying to do:
http://developer.apple.com/samplecode/MP3_Player/index.html
The sample code compiles fine, but gives an error that the mpg123 library is not included and needs to be added. Anyone know how to do that? I played around with the mpg123 source, but keep getting an error that says I need to use 'libtool', which is a little beyond me at this point.
Thanks.
http://developer.apple.com/samplecode/MP3_Player/index.html
The sample code compiles fine, but gives an error that the mpg123 library is not included and needs to be added. Anyone know how to do that? I played around with the mpg123 source, but keep getting an error that says I need to use 'libtool', which is a little beyond me at this point.
Thanks.