summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndoni Morales Alastruey <ylatuya@gmail.com>2012-10-03 09:49:39 +0000
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2012-10-03 12:07:08 +0200
commit4d13feda8370e36299b846905cb463d9b8ca35e4 (patch)
treedb058fab2114d9767de7baebe4944667f1e4e6a0
parent4dc648d3430b67592cf1413ccef415f70889d71e (diff)
downloadgstreamer-plugins-bad-4d13feda8370e36299b846905cb463d9b8ca35e4.tar.gz
videoparsers: fix duplicated symbols for static links with libschroedinger
-rw-r--r--gst/videoparsers/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/gst/videoparsers/Makefile.am b/gst/videoparsers/Makefile.am
index 6fd7f3f17..2e2a38b38 100644
--- a/gst/videoparsers/Makefile.am
+++ b/gst/videoparsers/Makefile.am
@@ -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) \