aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2015-12-28 15:34:04 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2015-12-28 15:34:04 +0000
commitc2642efc13ede8debbf6993e8edc588a1ebbf984 (patch)
tree3358b0cb055ecfa89ffdebe4d507120acaebdb75 /configure.ac
parentfdaaa5578955cdbe10d1f3f41feac4a9c05d24ce (diff)
downloadusdx-c2642efc13ede8debbf6993e8edc588a1ebbf984.tar.gz
usdx-c2642efc13ede8debbf6993e8edc588a1ebbf984.tar.xz
usdx-c2642efc13ede8debbf6993e8edc588a1ebbf984.zip
add configure for swresample
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3154 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index aa3b7a7d..6a814555 100644
--- a/configure.ac
+++ b/configure.ac
@@ -242,6 +242,11 @@ PKG_HAVE([libswscale], [libswscale], no)
PKG_VERSION([libswscale], [libswscale])
AC_SUBST_DEFINE(HAVE_SWSCALE, $libswscale_HAVE)
+# find FFMpeg's swresample lib (just if FFMpeg is compiled in GPL mode)
+PKG_HAVE([libswresample], [libswresample], no)
+PKG_VERSION([libswresample], [libswresample])
+AC_SUBST_DEFINE(HAVE_SWRESAMPLE, $libswresample_HAVE)
+
# find projectM version
libprojectM_PKG="libprojectM >= 0.98"
PKG_HAVE([libprojectM], [$libprojectM_PKG], no)