aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config-win.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/config-win.inc b/src/config-win.inc
index 46e1f336..826e3864 100644
--- a/src/config-win.inc
+++ b/src/config-win.inc
@@ -4,9 +4,20 @@
{* Libraries *}
+{$IF Defined(IncludeConstants)}
+ LUA_LIB_NAME = 'lua';
+ LUA_VERSION_INT = 5001004;
+ LUA_VERSION_RELEASE = '4';
+ LUA_VERSION_MINOR = '1';
+ LUA_VERSION_MAJOR = '5';
+ LUA_VERSION = '5.1.4';
+{$IFEND}
+
{$DEFINE HaveFFmpeg}
{$IF Defined(HaveFFmpeg) and Defined(IncludeConstants)}
+ FFMPEG_DIR = 'ffmpeg';
+
av__codec = 'avcodec-52';
LIBAVCODEC_VERSION_MAJOR = 52;
LIBAVCODEC_VERSION_MINOR = 67;