diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-16 21:02:13 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2008-05-16 21:02:13 +0000 |
commit | f4dfdc9ab98a08bafe3b9c500ef6db70f8b7d92c (patch) | |
tree | 06cc54cdf8515a4ce691fc983a2f8bdacce0332f /Game/Code | |
parent | d018df2903bb8952b9c452ad7f3ec8f6232155d5 (diff) | |
download | usdx-f4dfdc9ab98a08bafe3b9c500ef6db70f8b7d92c.tar.gz usdx-f4dfdc9ab98a08bafe3b9c500ef6db70f8b7d92c.tar.xz usdx-f4dfdc9ab98a08bafe3b9c500ef6db70f8b7d92c.zip |
mischis first try: linklib added
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1092 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code')
-rw-r--r-- | Game/Code/lib/ffmpeg/avutil.pas | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Game/Code/lib/ffmpeg/avutil.pas b/Game/Code/lib/ffmpeg/avutil.pas index ba232052..89a6adc9 100644 --- a/Game/Code/lib/ffmpeg/avutil.pas +++ b/Game/Code/lib/ffmpeg/avutil.pas @@ -43,6 +43,10 @@ unit avutil; {$MINENUMSIZE 4} (* use 4-byte enums *) {$ENDIF} +{$IFDEF DARWIN} + {$linklib libavutil} +{$ENDIF} + interface uses |