projects
/
platform
/
upstream
/
gst-plugins-ugly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6649f6c
)
Add -DGST_USE_UNSTABLE_API to the compiler flags to avoid warnings
author
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 5 Jul 2011 09:14:50 +0000
(10:14 +0100)
committer
Tim-Philipp Müller
<tim.muller@collabora.co.uk>
Tue, 5 Jul 2011 09:14:50 +0000
(10:14 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
00d8d92
..
93e89e1
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-430,6
+430,7
@@
dnl FIXME: do we want to rename to GST_ALL_* ?
dnl prefer internal headers to already installed ones
dnl also add builddir include for enumtypes and marshal
dnl add GST_OPTION_CFLAGS, but overridable
+GST_CFLAGS="$GST_CFLAGS -DGST_USE_UNSTABLE_API"
GST_CXXFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CXXFLAGS)"
GST_CFLAGS="-I\$(top_srcdir)/gst-libs -I\$(top_builddir)/gst-libs $GST_CFLAGS $GLIB_EXTRA_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)