diff options
author | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-12-12 02:30:45 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim.muller@collabora.co.uk> | 2011-12-12 09:46:27 +0000 |
commit | 66f6e1288845ab21787b1fcd4605a90a5b552bb8 (patch) | |
tree | fb69273216e5e34a9982c15a2fd12039c9282f07 /Makefile.am | |
parent | e94186241b04b9208f41dd804662781c06e005f5 (diff) |
Work around deprecated thread API in glib master
Add private replacements for deprecated functions such as
g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly
to avoid the deprecation warnings. We'll change these
over to the new API once we depend on glib >= 2.32.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fb78f5d65..862126dd1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -38,6 +38,7 @@ DISTCLEANFILES = _stdint.h noinst_HEADERS = \ gst-libs/gst/gettext.h \ gst-libs/gst/gst-i18n-plugin.h + gst-libs/gst/glib-compat-private.h ACLOCAL_AMFLAGS = -I m4 -I common/m4 |