FFMPeg与xcode集成
问题描述:
我已经使用以下命令下载了ffmpeg库的源代码:
git clone git://git.videolan.org/ffmpeg.git ffmpeg
I have downloaded the ffmpeg library source code using the command: git clone git://git.videolan.org/ffmpeg.git ffmpeg
源代码仅包含 .c和 .h文件,现在说明如何将ffmpeg库与可可与我的xcode项目集成。
the source code contains only ".c" and ".h" files, now how to integrate ffmpeg library with my xcode project with cocoa.
答
Apple有关于将Linux应用移植到Mac OS X 。它涵盖了编译问题。
Apple has a very detailed documentation on the general subject of porting Linux apps to Mac OS X. It covers the compilation issues.