From 47cbbe651453386411404c96ed2edc2c4058df7c Mon Sep 17 00:00:00 2001 From: Andoni Morales Alastruey Date: Fri, 12 Apr 2013 21:01:53 +0200 Subject: [PATCH] ogg: fix duplicated symbols with schroedinger --- ext/ogg/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ext/ogg/Makefile.am b/ext/ogg/Makefile.am index e7d57c5958..9fd326c074 100644 --- a/ext/ogg/Makefile.am +++ b/ext/ogg/Makefile.am @@ -19,7 +19,13 @@ noinst_HEADERS = \ dirac_parse.h \ vorbis_parse.h -libgstogg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OGG_CFLAGS) +libgstogg_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(OGG_CFLAGS) \ + -Dschro_video_format_set_std_video_format=ogg_schro_video_format_set_std_video_format \ + -Dschro_video_format_set_std_frame_rate=ogg_schro_video_format_set_std_frame_rate \ + -Dschro_video_format_set_std_aspect_ratio=ogg_schro_video_format_set_std_aspect_ratio \ + -Dschro_video_format_set_std_signal_range=ogg_schro_video_format_set_std_signal_range \ + -Dschro_video_format_set_std_colour_spec=ogg_schro_video_format_set_std_colour_spec + libgstogg_la_LIBADD = \ $(top_builddir)/gst-libs/gst/riff/libgstriff-$(GST_API_VERSION).la \ $(top_builddir)/gst-libs/gst/tag/libgsttag-$(GST_API_VERSION).la \