aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-2.2/avformat.pas
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg-2.2/avformat.pas')
-rw-r--r--src/lib/ffmpeg-2.2/avformat.pas1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ffmpeg-2.2/avformat.pas b/src/lib/ffmpeg-2.2/avformat.pas
index a53e913e..e40ebea6 100644
--- a/src/lib/ffmpeg-2.2/avformat.pas
+++ b/src/lib/ffmpeg-2.2/avformat.pas
@@ -36,6 +36,7 @@ unit avformat;
{$ENDIF}
{$I switches.inc} (* for the HasInline define *)
+{$I ff_api-defines.inc} (* FF_API_* defines *)
{$IFDEF DARWIN}
{$linklib libavformat}