mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
Put GST_CFLAGS before other CFLAGS, to ensure that the correct headers get used if there's an installed copy of the g...
Original commit message from CVS: Put GST_CFLAGS before other CFLAGS, to ensure that the correct headers get used if there's an installed copy of the gst headers on the system (ie, make sure the uninstalled headers are used instead).
This commit is contained in:
parent
22162769b8
commit
beb29ac257
1 changed files with 1 additions and 1 deletions
|
@ -1032,7 +1032,7 @@ AC_SUBST(LIBGST_LIBS)
|
||||||
AC_SUBST(LIBGST_CFLAGS)
|
AC_SUBST(LIBGST_CFLAGS)
|
||||||
|
|
||||||
dnl CFLAGS for everyone else
|
dnl CFLAGS for everyone else
|
||||||
CFLAGS="$CFLAGS $GST_CFLAGS"
|
CFLAGS="$GST_CFLAGS $CFLAGS"
|
||||||
|
|
||||||
dnl Needed to make automake 1.4g happy.
|
dnl Needed to make automake 1.4g happy.
|
||||||
dnl FIXME: find as properly, rather than just using CC
|
dnl FIXME: find as properly, rather than just using CC
|
||||||
|
|
Loading…
Reference in a new issue