aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorbrian-ch <brian-ch@b956fd51-792f-4845-bead-9b4dfca2ff2c>2016-02-14 19:01:18 +0000
committerbrian-ch <brian-ch@b956fd51-792f-4845-bead-9b4dfca2ff2c>2016-02-14 19:01:18 +0000
commitfeec4935253e623bc17f1eab774b7ed3b94126a1 (patch)
treec9b5355da9475c1c59241cadf8bfbceea2eb98f4 /src
parent64fdc1d7a04550ee9d004081b0eceb424ba23d06 (diff)
downloadusdx-master.tar.gz
usdx-master.tar.xz
usdx-master.zip
Another attempt at fixing the swresample search, should fix the buildbot compilationHEADsvn/trunkmastergithub/svn/trunk
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3196 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'src')
-rw-r--r--src/config.inc.in2
1 files changed, 1 insertions, 1 deletions
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@;