summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 401422d0..9409785f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1383,6 +1383,12 @@ AG_GST_CHECK_FEATURE(SPC, [spc decoder], spc, [
], [
HAVE_SPC=no
])
+
+ if test "x$HAVE_SPC" = "xyes"; then
+ AC_CHECK_LIB(gme, gme_enable_accuracy, [
+ AC_DEFINE(HAVE_LIBGME_ACCURACY, 1, [Define if gme 0.5.6 or newer is available])
+ ])
+ fi
])
dnl *** swfdec ***