From: Christian Schaller Date: Tue, 5 Nov 2002 21:25:18 +0000 (+0000) Subject: fix the test for swfdec X-Git-Tag: 1.19.3~509^2~16177 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=741a270fe0ddae66cd4de7e26bd7f567fc712438;p=platform%2Fupstream%2Fgstreamer.git fix the test for swfdec Original commit message from CVS: fix the test for swfdec --- diff --git a/configure.ac b/configure.ac index 74efef5..77aff6c 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) ])