aboutsummaryrefslogtreecommitdiffstats
path: root/src/config-win.inc
diff options
context:
space:
mode:
Diffstat (limited to 'src/config-win.inc')
-rw-r--r--src/config-win.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/config-win.inc b/src/config-win.inc
index 6d32043b..8e0bf5cd 100644
--- a/src/config-win.inc
+++ b/src/config-win.inc
@@ -53,6 +53,14 @@
LIBSWSCALE_VERSION_RELEASE = 101;
{$IFEND}
+{$DEFINE HaveSWResample}
+{$IF Defined(HaveSWScale) and Defined(IncludeConstants)}
+ sw__resample = 'libswresample';
+ LIBSWRESAMPLE_VERSION_MAJOR = 1;
+ LIBSWRESAMPLE_VERSION_MINOR = 2;
+ LIBSWRESAMPLE_VERSION_RELEASE = 101;
+{$IFEND}
+
{$DEFINE HaveProjectM}
{$IF Defined(HaveProjectM) and Defined(IncludeConstants)}
ProjectM_DataDir = 'Visuals\projectM';