summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sf.net>2009-03-06 23:34:56 +0200
committerStefan Kost <ensonic@users.sf.net>2009-03-06 23:38:45 +0200
commit772f8f6a8a9febe581159f8d811a2aaace2fa096 (patch)
tree1e4e759c5a0653517eea67515835405583f94c74 /configure.ac
parent152830945646ca4230c60c92ce250d1a64c4f9d7 (diff)
downloadgst-plugins-bad-772f8f6a8a9febe581159f8d811a2aaace2fa096.tar.gz
gst-plugins-bad-772f8f6a8a9febe581159f8d811a2aaace2fa096.tar.bz2
gst-plugins-bad-772f8f6a8a9febe581159f8d811a2aaace2fa096.zip
metadata: cleanup, fix the test, add comments
First do not build the plugin, if we have none of the backend, as it won't work then. Fix the miniobject_unref error in the test. Sprinkle a first handful of debug logs into the element code.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 6c072cb1..469dd8ba 100644
--- a/configure.ac
+++ b/configure.ac
@@ -718,9 +718,9 @@ AG_GST_CHECK_FEATURE(METADATA, [METADATA muxer and demuxer], metadata, [
fi
if test x$HAVE_METADATA = xno; then
AC_MSG_WARN(no of metadata libraries (exif, iptc or xmp) found)
+ else
+ HAVE_METADATA="yes"
fi
- dnl metadata plugin will parse whole chunks anyway
- HAVE_METADATA="yes"
AC_SUBST(METADATA_CFLAGS)
AC_SUBST(METADATA_LIBS)
])