mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
ogg: fix duplicated symbols with schroedinger
This commit is contained in:
parent
b940cba826
commit
47cbbe6514
1 changed files with 7 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue