aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.inc.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.inc.in')
-rw-r--r--src/config.inc.in8
1 files changed, 8 insertions, 0 deletions
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@';