mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
configure: set release date/time
Use the new AG_GST_SET_PACKAGE_RELEASE_DATETIME_WITH_NANO macro.
This commit is contained in:
parent
aad661ec77
commit
5011cb2392
2 changed files with 6 additions and 1 deletions
2
common
2
common
|
@ -1 +1 @@
|
|||
Subproject commit a519571756752e8a10f89d2f9d569774c001bb83
|
||||
Subproject commit 2004d03037bbb2bb72de7a49ba501a7b5f6e2f92
|
|
@ -323,6 +323,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-base.doap"],
|
||||
[$PACKAGE_VERSION_MAJOR.$PACKAGE_VERSION_MINOR.$PACKAGE_VERSION_MICRO])
|
||||
|
||||
dnl define an ERROR_CFLAGS Makefile variable
|
||||
dnl -Wformat-nonliteral - see ext/pango/gstclockoverlay.c and http://gcc.gnu.org/bugzilla/show_bug.cgi?id=39438
|
||||
AG_GST_SET_ERROR_CFLAGS($GST_GIT, [
|
||||
|
|
Loading…
Reference in a new issue