mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 02:31:03 +00:00
videoparsers: fix duplicated symbols for static links with libschroedinger
This commit is contained in:
parent
4dc648d343
commit
4d13feda83
1 changed files with 6 additions and 1 deletions
|
@ -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) \
|
||||
|
|
Loading…
Reference in a new issue