From: Tim-Philipp Müller Date: Thu, 23 Sep 2010 23:01:05 +0000 (+0100) Subject: configure: set plugin release datetime X-Git-Tag: 1.19.3~509^2~8099 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d32d596b2e1ed3170a1f8d5890861b884b246f56;p=platform%2Fupstream%2Fgstreamer.git configure: set plugin release datetime --- diff --git a/configure.ac b/configure.ac index 451fac0..b6c4ebe 100644 --- a/configure.ac +++ b/configure.ac @@ -270,6 +270,11 @@ AC_SUBST(GST_LICENSE) dnl set location of plugin directory AG_GST_SET_PLUGINDIR +dnl set release date/time +AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO([$PACKAGE_VERSION_NANO], + ["${srcdir}/gst-plugins-good.doap"], + [$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO]) + dnl define an ERROR_CFLAGS Makefile variable dnl -Wundef: too many broken headers dnl -Waggregate-return: causes problems with ObjC code like in osxvideosink