mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
this should please bastien please let me know if other stuff needs to be different between release and cvs
Original commit message from CVS: this should please bastien please let me know if other stuff needs to be different between release and cvs
This commit is contained in:
parent
de6c6bcc5d
commit
ce82be12c7
1 changed files with 3 additions and 6 deletions
|
@ -2,15 +2,12 @@ AC_INIT
|
|||
AC_CANONICAL_TARGET([])
|
||||
|
||||
dnl when going to/from release please set the nano (fourth number) right !
|
||||
AS_VERSION(gstreamer, GST_VERSION, 0, 3, 4, 1)
|
||||
dnl releases only do Wall, cvs and prerelease does Werror too
|
||||
AS_VERSION(gstreamer, GST_VERSION, 0, 3, 4, 1, GST_ERROR="-Wall", GST_ERROR="-Wall -Werror")
|
||||
|
||||
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)
|
||||
AS_LIBTOOL(GST, 0, 0, 0, yes)
|
||||
|
||||
dnl we'll move this to a configure option later on which will be turned on
|
||||
dnl by autogen
|
||||
dnl GST_ERROR="-Wall -Werror"
|
||||
GST_ERROR="-Wall"
|
||||
|
||||
AC_CONFIG_SRCDIR([gst/gst.c])
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
|
||||
|
|
Loading…
Reference in a new issue