diff options
Diffstat (limited to '')
-rw-r--r-- | Game/Code/config-win.inc | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Game/Code/config-win.inc b/Game/Code/config-win.inc index 47676ee1..d870a9cd 100644 --- a/Game/Code/config-win.inc +++ b/Game/Code/config-win.inc @@ -19,7 +19,7 @@ av__util = 'avutil-49'; LIBAVUTIL_VERSION_MAJOR = 49; LIBAVUTIL_VERSION_MINOR = 0; - LIBAVUTIL_VERSION_RELEASE = 0; + LIBAVUTIL_VERSION_RELEASE = 1; {$IFEND} {$UNDEF HaveSWScale} @@ -47,3 +47,10 @@ {$UNDEF HavePortmixer} +{$UNDEF HaveLibsamplerate} +{$IF Defined(HaveLibsamplerate) and Defined(IncludeConstants)} + LIBSAMPLERATE_VERSION_MAJOR = 0; + LIBSAMPLERATE_VERSION_MINOR = 1; + LIBSAMPLERATE_VERSION_RELEASE = 3; +{$IFEND} + |