configure: Fix libexif pkg-config check

There's no exif plugin so don't use AG_GST_CHECK_FEATURE.
Fixes bug #647564.
This commit is contained in:
Sebastian Dröge 2011-04-13 16:31:12 +02:00
parent 3a0c6c6d60
commit 5af34d15f3

View file

@ -243,6 +243,12 @@ if test "x$HAVE_X11" = "xyes"; then
AC_DEFINE(HAVE_X11, 1, [Define if you have X11 library])
fi
dnl exif (used on jifmux tests) ****
PKG_CHECK_MODULES(EXIF, libexif >= 0.6.16, HAVE_EXIF="yes", HAVE_EXIF="no")
AC_SUBST(EXIF_LIBS)
AC_SUBST(EXIF_CFLAGS)
AM_CONDITIONAL(USE_EXIF, test "x$HAVE_EXIF" = "xyes")
dnl Orc
ORC_CHECK([0.4.7])
@ -820,14 +826,6 @@ AG_GST_CHECK_FEATURE(RESINDVD, [resindvd plugin], resindvd, [
])
])
dnl **** exif (used on jifmux tests) ****
translit(dnm, m, l) AM_CONDITIONAL(USE_EXIF, true)
AG_GST_CHECK_FEATURE(EXIF, [exif], exif, [
PKG_CHECK_MODULES(EXIF, libexif >= 0.6.16, HAVE_EXIF="yes", [
HAVE_EXIF="no"
])
])
dnl **** Free AAC Encoder (FAAC) ****
translit(dnm, m, l) AM_CONDITIONAL(USE_FAAC, true)
AG_GST_CHECK_FEATURE(FAAC, [AAC encoder plug-in], faac, [