projects
/
platform
/
upstream
/
gst-plugins-base.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b00467
)
build fix
author
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 16 Jan 2003 09:54:28 +0000
(09:54 +0000)
committer
Thomas Vander Stichele
<thomas@apestaart.org>
Thu, 16 Jan 2003 09:54:28 +0000
(09:54 +0000)
Original commit message from CVS:
build fix
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
4240006
..
93ac29d
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-969,7
+969,9
@@
AM_CONDITIONAL(HAVE_FIG2DEV_PNG, $HAVE_FIG2DEV_PNG)
AM_CONDITIONAL(HAVE_FIG2DEV_PDF, $HAVE_FIG2DEV_PDF)
AM_CONDITIONAL(HAVE_RAW1394, test "x$HAVE_RAW1394" = "xyes")
-GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs $GST_ERROR"
+dnl prefer internal headers to already installed ones
+GST_CFLAGS="-I\$(top_srcdir)/gst-libs $GST_CFLAGS $GST_ERROR"
+
AC_SUBST(GST_LIBS)
AC_SUBST(GST_CFLAGS)