mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
Add a swfdec version dependency for new API
Original commit message from CVS: Add a swfdec version dependency for new API
This commit is contained in:
parent
84d70c0bcb
commit
16eeea1c61
1 changed files with 1 additions and 1 deletions
|
@ -797,7 +797,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, swfdec, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
|
||||
PKG_CHECK_MODULES(SWFDEC, swfdec >= 0.1.3.1, HAVE_SWFDEC=yes, HAVE_SWFDEC=no)
|
||||
AC_SUBST(SWFDEC_CFLAGS)
|
||||
AC_SUBST(SWFDEC_LIBS)
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue