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 --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configure.ac') 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) -- cgit v1.2.3