diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2016-01-16 14:51:37 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2016-01-16 16:00:16 +0000 |
commit | 8b88fc487f199bd3a7d5e10dc5bb904454c1d67e (patch) | |
tree | 909015080793ab06b56e1727e8845ba42836755d /tests | |
parent | 7801a46e5fedef6f0f89a4d9b0ffe50434875e99 (diff) |
gst.h: Don't spew warnings if GST_USE_UNSTABLE_API is not defined
Only hide GstTracer and GstTracerRecord API behind GST_USE_UNSTABLE_API,
but don't spew any warnings, otherwise everyone has to define this
to avoid compiler warnings.
This reverts parts of commit 89ee5d948dff560204e6edd210c44ed2b8654b8e.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index d58e98cb3..560b5b1f6 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -207,7 +207,7 @@ gst_gstcpp_SOURCES = gst/gstcpp.cc libs_gstlibscpp_SOURCES = libs/gstlibscpp.cc -gst_gsttracerrecord_CFLAGS = $(GST_OBJ_CFLAGS) $(AM_CFLAGS) +gst_gsttracerrecord_CFLAGS = $(GST_OBJ_CFLAGS) $(AM_CFLAGS) -DGST_USE_UNSTABLE_API gst_gstutils_LDADD = $(LDADD) $(GSL_LIBS) $(GMP_LIBS) |