mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-22 16:26:39 +00:00
configure.ac: Make sure GST_INT_CFLAGS is not clobbered, since it contains important stuff.
Original commit message from CVS: * configure.ac: Make sure GST_INT_CFLAGS is not clobbered, since it contains important stuff.
This commit is contained in:
parent
28942dc4ed
commit
7cbe588a07
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-05-07 David Schleef <ds@schleef.org>
|
||||
|
||||
* configure.ac: Make sure GST_INT_CFLAGS is not clobbered,
|
||||
since it contains important stuff.
|
||||
|
||||
2004-05-07 David Schleef <ds@schleef.org>
|
||||
|
||||
* testsuite/caps/caps.c: (test3), (main): A check for appending
|
||||
|
|
|
@ -567,7 +567,7 @@ dnl we disable deprecated internally
|
|||
dnl XML, GLib, popt, GST_INT, VALGRIND, and the right include for CFLAGS
|
||||
dnl no need to add XML, GLib, popt explicitly since libgstreamer pulls them in
|
||||
GST_INT_CFLAGS="$GLIB_CFLAGS $XML_CFLAGS \
|
||||
$GST_ERROR_CFLAGS -DGST_DISABLE_DEPRECATED"
|
||||
$GST_INT_CFLAGS $GST_ERROR_CFLAGS -DGST_DISABLE_DEPRECATED"
|
||||
|
||||
dnl Private vars for libgst only
|
||||
GST_LIB_CFLAGS="$GST_PKG_CFLAGS $GST_INT_CFLAGS \
|
||||
|
|
Loading…
Reference in a new issue