ogg: fix duplicated symbols with schroedinger

This commit is contained in:
Andoni Morales Alastruey 2013-04-12 21:01:53 +02:00
parent b940cba826
commit 47cbbe6514

View 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 \