mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
configure.ac: Preserve useful information, thanks Tim.
Original commit message from CVS: * configure.ac: Preserve useful information, thanks Tim.
This commit is contained in:
parent
afebd394fa
commit
90f4e13ae7
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-06-26 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* configure.ac:
|
||||
Preserve useful information, thanks Tim.
|
||||
|
||||
2007-06-26 Jan Schmidt <thaytan@noraisin.net>
|
||||
|
||||
* plugins/elements/gstmultiqueue.c: (gst_multi_queue_init),
|
||||
|
|
|
@ -473,7 +473,8 @@ AC_SUBST(PROFILE_CFLAGS)
|
|||
DEPRECATED_CFLAGS="-DGST_DISABLE_DEPRECATED"
|
||||
AC_SUBST(DEPRECATED_CFLAGS)
|
||||
|
||||
dnl every flag in GST_OPTION_CFLAGS can be overridden at make time
|
||||
dnl every flag in GST_OPTION_CFLAGS can be overridden at make time via e.g.
|
||||
dnl make DEPRECATED_CFLAGS=''
|
||||
GST_OPTION_CFLAGS="\$(ERROR_CFLAGS) \$(DEBUG_CFLAGS) \$(PROFILE_CFLAGS) \$(GCOV_CFLAGS) \$(OPT_CFLAGS) \$(DEPRECATED_CFLAGS)"
|
||||
AC_SUBST(GST_OPTION_CFLAGS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue