mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
opus: Rename opusheader functions to prevent symbol conflicts with static linking
The opus plugin in -base has the same functions.
This commit is contained in:
parent
add2c0c35a
commit
52ebbd55b2
1 changed files with 4 additions and 1 deletions
|
@ -6,7 +6,10 @@ libgstopusparse_la_CFLAGS = \
|
|||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
$(GST_PLUGINS_BASE_CFLAGS) \
|
||||
$(GST_CFLAGS) \
|
||||
$(OPUS_CFLAGS)
|
||||
$(OPUS_CFLAGS) \
|
||||
-Dgst_opus_header_is_header=gst_opus_bad_header_is_header \
|
||||
-Dgst_opus_header_is_id_header=gst_opus_bad_header_is_id_header \
|
||||
-Dgst_opus_header_is_comment_header=gst_opus_bad_header_is_comment_header
|
||||
libgstopusparse_la_LIBADD = \
|
||||
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
||||
-lgsttag-$(GST_API_VERSION) \
|
||||
|
|
Loading…
Reference in a new issue