aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/ffmpeg/rational.pas
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-11 03:26:05 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2008-01-11 03:26:05 +0000
commit9ddb8c2b7c851d82922342ee8873267f0f1ae310 (patch)
tree5bd532af8f9b468b312b0b21cbf4c38d69bae331 /Game/Code/lib/ffmpeg/rational.pas
parentfc79f056741619c9432fe5f5e99f861e82705a2e (diff)
downloadusdx-9ddb8c2b7c851d82922342ee8873267f0f1ae310.tar.gz
usdx-9ddb8c2b7c851d82922342ee8873267f0f1ae310.tar.xz
usdx-9ddb8c2b7c851d82922342ee8873267f0f1ae310.zip
there were some changes in the ffmpeg interface (for example TAVFormatContext's pb member is a pointer now).
To better track version changes, version numbers of the dlls are now managed by the version.inc file. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@779 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'Game/Code/lib/ffmpeg/rational.pas')
-rw-r--r--Game/Code/lib/ffmpeg/rational.pas10
1 files changed, 2 insertions, 8 deletions
diff --git a/Game/Code/lib/ffmpeg/rational.pas b/Game/Code/lib/ffmpeg/rational.pas
index 8fb3cbd8..86dbf8a4 100644
--- a/Game/Code/lib/ffmpeg/rational.pas
+++ b/Game/Code/lib/ffmpeg/rational.pas
@@ -29,15 +29,9 @@ unit rational;
interface (* unit windows is deleted by CAT *)
-const
- {$IFDEF win32}
- av__util = 'avutil-49.dll';
- {$ELSE}
- av__util = 'libavutil.so'; // .0d
-// av__util = 'libavutil.49';
- {$ENDIF}
-type
+{$I version.inc}
+type
(*
* Rational number num/den. *)
PAVRational = ^TAVRational;