projects
/
platform
/
upstream
/
gst-rtsp-server.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09718e2
)
No need to define GST_USE_UNSTABLE_API any more, 1.0 is stable now
author
Tim-Philipp Müller
<tim@centricular.net>
Sun, 28 Oct 2012 15:37:51 +0000
(15:37 +0000)
committer
Tim-Philipp Müller
<tim@centricular.net>
Sun, 28 Oct 2012 15:37:51 +0000
(15:37 +0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index df0e04842b50cae29a6a2c5fae7726708ad28324..e832a866fdc35f60551d0a4841880176ac674141 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-193,7
+193,7
@@
AC_SUBST(GST_OPTION_CFLAGS)
dnl FIXME: do we want to rename to GST_ALL_* ?
dnl prefer internal headers to already installed ones
dnl add GST_OPTION_CFLAGS, but overridable
-GST_CFLAGS="$GST_CFLAGS
-DGST_USE_UNSTABLE_API
\$(GST_OPTION_CFLAGS)"
+GST_CFLAGS="$GST_CFLAGS \$(GST_OPTION_CFLAGS)"
AC_SUBST(GST_CFLAGS)
AC_SUBST(GST_LIBS)