From 1f0a03d3201080e2834d7d61dd5572e464d9450c Mon Sep 17 00:00:00 2001 From: Julien Moutte Date: Tue, 20 Nov 2007 11:41:13 +0000 Subject: Fix build on Mac OS X 10.5 Original commit message from CVS: 2007-11-20 Julien MOUTTE * ext/taglib/gsttaglibmux.c: (gst_tag_lib_mux_render_tag), (gst_tag_lib_mux_adjust_event_offsets): * gst/qtdemux/qtdemux.c: (qtdemux_parse_theora_extension): * sys/osxaudio/Makefile.am: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: Fix build on Mac OS X 10.5 --- sys/osxaudio/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/osxaudio') diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am index 4ea2114c..1b0e4875 100644 --- a/sys/osxaudio/Makefile.am +++ b/sys/osxaudio/Makefile.am @@ -5,7 +5,8 @@ libgstosxaudio_la_SOURCES = gstosxringbuffer.c \ gstosxaudiosink.c \ gstosxaudiosrc.c -libgstosxaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) +libgstosxaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ + -Wno-deprecated-declarations libgstosxaudio_la_LIBADD = \ -lgstinterfaces-@GST_MAJORMINOR@ \ -lgstaudio-@GST_MAJORMINOR@ \ -- cgit