summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Schaller <uraeus@gnome.org>2002-11-05 21:25:18 +0000
committerChristian Schaller <uraeus@gnome.org>2002-11-05 21:25:18 +0000
commit8ba23081e02378ad61497ce116a668ceb7b256ff (patch)
tree88103307fc161705a2f9df904cecb02c63c8381a
parented9129ad57140e9c7dcb363071c49759cd1cabc8 (diff)
downloadgstreamer-plugins-bad-8ba23081e02378ad61497ce116a668ceb7b256ff.tar.gz
fix the test for swfdec
Original commit message from CVS: fix the test for swfdec
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 74efef5a7..77aff6cb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -751,7 +751,7 @@ GST_CHECK_FEATURE(LIBPNG, [snapshot plug-in], snapshot, [
dnl *** swfdec ***
translit(dnm, m, l) AM_CONDITIONAL(USE_SWFDEC, true)
GST_CHECK_FEATURE(SWFDEC, [swfdec plug-in], swfdec, [
- PKG_CHECK_MODULES(SWFDEC, libswfdec, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
+ PKG_CHECK_MODULES(SWFDEC, swfdec, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
AC_SUBST(SWFDEC_CFLAGS)
AC_SUBST(SWFDEC_LIBS)
])