summaryrefslogtreecommitdiff
path: root/gst/Makefile.am
diff options
context:
space:
mode:
authorOlivier CrĂȘte <olivier.crete@collabora.com>2012-01-27 18:54:31 +0100
committerOlivier CrĂȘte <olivier.crete@collabora.com>2012-09-10 19:32:08 -0400
commite2383f9b36498c62833c12ab39800fecaa42612f (patch)
tree5262e408d0912d9fc5d7d77d002aa8cf782d9a93 /gst/Makefile.am
parent48618e25ec42869589389396fe9261f2c026d100 (diff)
downloadlibnice-e2383f9b36498c62833c12ab39800fecaa42612f.tar.gz
Port GStreamer src/sink to 0.11
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r--gst/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 70d74a6..34e00c7 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -12,7 +12,8 @@ AM_CFLAGS = $(LIBNICE_CFLAGS) \
-I $(top_srcdir)/socket \
-I $(top_srcdir)/agent \
-I $(top_srcdir)/random \
- -I $(top_srcdir)/stun
+ -I $(top_srcdir)/stun \
+ -DGST_USE_UNSTABLE_API
COMMON_LDADD = \
$(GST_LIBS) \