From feec4935253e623bc17f1eab774b7ed3b94126a1 Mon Sep 17 00:00:00 2001 From: brian-ch Date: Sun, 14 Feb 2016 19:01:18 +0000 Subject: Another attempt at fixing the swresample search, should fix the buildbot compilation git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3196 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/config.inc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.inc.in') diff --git a/src/config.inc.in b/src/config.inc.in index 94dc5a2c..62ca5074 100644 --- a/src/config.inc.in +++ b/src/config.inc.in @@ -55,7 +55,7 @@ {$IFEND} {$@DEFINE_HAVE_SWRESAMPLE@ HaveSWResample} -{$IF Defined(HaveSWScale) and Defined(IncludeConstants)} +{$IF Defined(HaveSWResample) and Defined(IncludeConstants)} sw__resample = 'libswresample'; LIBSWRESAMPLE_VERSION_MAJOR = @libswresample_VERSION_MAJOR@; LIBSWRESAMPLE_VERSION_MINOR = @libswresample_VERSION_MINOR@; -- cgit v1.2.3