diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-16 21:07:26 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-16 21:07:26 +0000 |
commit | 160db1fe3396b52837b218a406129ce907299d02 (patch) | |
tree | 757659f088aa6e91bbb1b269f31e417b95406c7e /Game/Code/lib/ffmpeg/avformat.pas | |
parent | 70a892055e769940281f19eb765ca7d72c4a092c (diff) | |
download | usdx-160db1fe3396b52837b218a406129ce907299d02.tar.gz usdx-160db1fe3396b52837b218a406129ce907299d02.tar.xz usdx-160db1fe3396b52837b218a406129ce907299d02.zip |
linklib for darwin added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1095 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/ffmpeg/avformat.pas')
-rw-r--r-- | Game/Code/lib/ffmpeg/avformat.pas | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Game/Code/lib/ffmpeg/avformat.pas b/Game/Code/lib/ffmpeg/avformat.pas index 6bdf4fcc..9115d6ae 100644 --- a/Game/Code/lib/ffmpeg/avformat.pas +++ b/Game/Code/lib/ffmpeg/avformat.pas @@ -37,7 +37,9 @@ unit avformat; {$MINENUMSIZE 4} (* use 4-byte enums *) {$ENDIF} -{$I switches.inc} +{$IFDEF DARWIN} + {$linklib libavformat} +{$ENDIF} interface |