mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
configure: set plugin release datetime
This commit is contained in:
parent
1d189c9e75
commit
0bef0f92c8
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue