mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
added -Wall to GST_INT_CFLAGS
Original commit message from CVS: added -Wall to GST_INT_CFLAGS
This commit is contained in:
parent
5413ffe9b5
commit
40b269f56f
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue