aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/lib/ffmpeg/avio.pas
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Game/Code/lib/ffmpeg/avio.pas12
1 files changed, 2 insertions, 10 deletions
diff --git a/Game/Code/lib/ffmpeg/avio.pas b/Game/Code/lib/ffmpeg/avio.pas
index 5e40bd4e..fa65b6fa 100644
--- a/Game/Code/lib/ffmpeg/avio.pas
+++ b/Game/Code/lib/ffmpeg/avio.pas
@@ -30,17 +30,9 @@ unit avio;
interface (* Widows unit is deleted by CAT *)
-const
-(* version numbers are changed by The Creative CAT *)
-
-{$IFDEF win32}
- av__format = 'avformat-50.dll';
-{$ELSE}
- av__format = 'libavformat.so'; // .0d
-//av__format = 'libavformat.51';
-{$ENDIF}
-
+{$I version.inc}
+const
URL_RDONLY = 0;
URL_WRONLY = 1;
URL_RDWR = 2;