Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philippe Normand
gst-plugins-bad
Commits
52ebbd55
Commit
52ebbd55
authored
Mar 25, 2018
by
Sebastian Dröge
🍵
Browse files
opus: Rename opusheader functions to prevent symbol conflicts with static linking
The opus plugin in -base has the same functions.
parent
add2c0c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ext/opus/Makefile.am
View file @
52ebbd55
...
...
@@ -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)
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment