projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d189c9
)
configure: set plugin release datetime
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Thu, 23 Sep 2010 23:05:17 +0000
(
00:05
+0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Sun, 26 Sep 2010 19:43:43 +0000
(20:43 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
aa8c4c5
..
3397fbc
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-239,6
+239,11
@@
AC_DEFINE_UNQUOTED(LIBDIR, "$LIBDIR", [library dir])
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-bad.doap"],
+ [$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO])
+
dnl define an ERROR_CFLAGS Makefile variable
dnl -Waggregate-return - libexif returns aggregates
dnl -Wundef - Windows headers check _MSC_VER unconditionally