From 4dea02ed19873fbd8ee454a1b1147ad10436ab91 Mon Sep 17 00:00:00 2001 From: brian-ch Date: Sun, 14 Feb 2016 18:13:57 +0000 Subject: Only try to include libswresample if it is installed and we have pascal headers for that specific version git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3194 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/switches.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/switches.inc') diff --git a/src/switches.inc b/src/switches.inc index e54bbcfa..59f72049 100644 --- a/src/switches.inc +++ b/src/switches.inc @@ -102,6 +102,9 @@ {$IFDEF HaveSWScale} {$DEFINE UseSWScale} {$ENDIF} + {$IFDEF HaveSWResample} + {$DEFINE UseSWResample} + {$ENDIF} {$ENDIF} {$IFDEF HaveLibsamplerate} @@ -127,4 +130,4 @@ {$DEFINE UsePortaudio} {$IFEND} -{$ENDIF PASDOC} \ No newline at end of file +{$ENDIF PASDOC} -- cgit v1.2.3