summaryrefslogtreecommitdiffstats
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
commit741a270fe0ddae66cd4de7e26bd7f567fc712438 (patch)
tree92f80f72e9f138b4adfbe0162a1810830b42d795
parent53e7cf6e9bc26d51a97be16923e1d532c345170d (diff)
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 74efef5a..77aff6cb 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)
])