videoparsers: fix duplicated symbols for static links with libschroedinger
authorAndoni Morales Alastruey <ylatuya@gmail.com>
Wed, 3 Oct 2012 09:49:39 +0000 (09:49 +0000)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 3 Oct 2012 10:07:08 +0000 (12:07 +0200)
gst/videoparsers/Makefile.am

index 6fd7f3f..2e2a38b 100644 (file)
@@ -9,7 +9,12 @@ libgstvideoparsersbad_la_SOURCES = plugin.c \
 libgstvideoparsersbad_la_CFLAGS = \
        $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
        -DGST_USE_UNSTABLE_API \
-       $(GST_BASE_CFLAGS) $(GST_CFLAGS)
+       $(GST_BASE_CFLAGS) $(GST_CFLAGS)\
+       -Dschro_video_format_set_std_video_format=gst_videoparsers_schro_video_format_set_std_video_format\
+       -Dschro_video_format_set_std_frame_rate=gst_videoparsers_schro_video_format_set_std_frame_rate\
+       -Dschro_video_format_set_std_aspect_ratio=gst_videoparsers_schro_video_format_set_std_aspect_ratio\
+       -Dschro_video_format_set_std_signal_range=gst_videoparsers_schro_video_format_set_std_signal_range\
+       -Dschro_video_format_set_std_colour_spec=gst_videoparsers_schro_video_format_set_std_colour_spec
 libgstvideoparsersbad_la_LIBADD = \
        $(top_builddir)/gst-libs/gst/codecparsers/libgstcodecparsers-$(GST_API_VERSION).la \
        $(GST_PLUGINS_BASE_LIBS) -lgstpbutils-$(GST_API_VERSION) -lgstvideo-$(GST_API_VERSION) \