summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-25 16:58:01 -0400
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-25 16:58:01 -0400
commita3babd6c929e0b841839a307ddeceedfa85163a9 (patch)
tree71df63de99c88f8a49d4decfc2096b17231bb541
parentcd002a7f723229450968f8ea2664fd173a5047ad (diff)
The GStreamer 1.0 API is no longer unstable
-rw-r--r--configure.ac2
-rw-r--r--telepathy-farstream/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a6a2251..25a54c2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ if test "x$enable_coverage" = "xyes"; then
CFLAGS="$CFLAGS -g -fprofile-arcs -ftest-coverage"
fi
-CFLAGS="$CFLAGS -DGST_USE_UNSTABLE_API"
+CFLAGS="$CFLAGS"
dnl Check for Glib
PKG_CHECK_MODULES(GLIB, gobject-2.0 >= 2.32 glib-2.0 >= 2.32 gio-2.0)
diff --git a/telepathy-farstream/Makefile.am b/telepathy-farstream/Makefile.am
index 45bac13..50e03e3 100644
--- a/telepathy-farstream/Makefile.am
+++ b/telepathy-farstream/Makefile.am
@@ -75,7 +75,7 @@ TelepathyFarstream_0_6_gir_INCLUDES = \
Gst-1.0 \
Farstream-0.2 \
TelepathyGLib-0.12
-TelepathyFarstream_0_6_gir_CFLAGS = $(INCLUDES) -DGST_USE_UNSTABLE_API
+TelepathyFarstream_0_6_gir_CFLAGS = $(INCLUDES)
TelepathyFarstream_0_6_gir_LIBS = libtelepathy-farstream.la
TelepathyFarstream_0_6_gir_FILES = $(introspection_sources)
TelepathyFarstream_0_6_gir_SCANNERFLAGS = --identifier-prefix=tf_ --identifier-prefix=Tf