projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55ca752
)
added -Wall to GST_INT_CFLAGS
author
Andy Wingo
<wingo@pobox.com>
Sun, 27 Jan 2002 19:08:57 +0000
(19:08 +0000)
committer
Andy Wingo
<wingo@pobox.com>
Sun, 27 Jan 2002 19:08:57 +0000
(19:08 +0000)
Original commit message from CVS:
added -Wall to GST_INT_CFLAGS
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 2eba81b8ba8ace28336627fe6670148cf358ca6e..1f0241749205ac77033e954245659555fc6a15ca 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-728,7
+728,7
@@
AM_CONDITIONAL(HAVE_LIBGSM, test "x$HAVE_LIBGSM" = "xyes")
AM_CONDITIONAL(PLUGINS_USE_BUILDDIR, test "x$PLUGINS_USE_BUILDDIR" = "xyes")
-GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs"
+GST_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/gst-libs
-Wall
"
AC_SUBST(GST_LIBS)
AC_SUBST(GST_CFLAGS)