ogg: fix duplicated symbols with schroedinger
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Fri, 12 Apr 2013 19:01:53 +0000 (21:01 +0200)
committerAndoni Morales Alastruey <ylatuya@gmail.com>
Thu, 2 May 2013 12:02:19 +0000 (14:02 +0200)
ext/ogg/Makefile.am

index e7d57c5..9fd326c 100644 (file)
@@ -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 \