From c2642efc13ede8debbf6993e8edc588a1ebbf984 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Mon, 28 Dec 2015 15:34:04 +0000 Subject: add configure for swresample git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3154 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/config.inc.in | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/config.inc.in') diff --git a/src/config.inc.in b/src/config.inc.in index 232ba615..94dc5a2c 100644 --- a/src/config.inc.in +++ b/src/config.inc.in @@ -54,6 +54,14 @@ LIBSWSCALE_VERSION_RELEASE = @libswscale_VERSION_RELEASE@; {$IFEND} +{$@DEFINE_HAVE_SWRESAMPLE@ HaveSWResample} +{$IF Defined(HaveSWScale) and Defined(IncludeConstants)} + sw__resample = 'libswresample'; + LIBSWRESAMPLE_VERSION_MAJOR = @libswresample_VERSION_MAJOR@; + LIBSWRESAMPLE_VERSION_MINOR = @libswresample_VERSION_MINOR@; + LIBSWRESAMPLE_VERSION_RELEASE = @libswresample_VERSION_RELEASE@; +{$IFEND} + {$@DEFINE_HAVE_PROJECTM@ HaveProjectM} {$IF Defined(HaveProjectM) and Defined(IncludeConstants)} ProjectM_DataDir = '@libprojectM_DATADIR@'; -- cgit v1.2.3