Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コンパイル済みの FFMPEG ライブラリをテスト アプリから xcode プロジェクトにコピーしましたが、それらをプロジェクトに追加したにもかかわらず、使用できません。
#include <libavcodec/avcodec.h>
コンパイルされたすべてのライブラリ (libavcodec.a、libavutil.a、libavformat.a、libavdevice.a> すべてが必要なフレームワークとしてリンク ライブラリで指定されていても、givers エラーが発生します。
正しい構文は次のとおりです。
#import <libavcodec/avcodec.h>
それ以外の#include
#include