mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
codecparsers: vp8: rename dboolhuff symbols.
Rename VP8 dboolhuff symbols so that to avoid clashes with libvpx when static linking.
This commit is contained in:
parent
e2aaa91c5a
commit
cea860021d
1 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,10 @@ libgstcodecparsers_@GST_API_VERSION@include_HEADERS = \
|
|||
libgstcodecparsers_@GST_API_VERSION@_la_CFLAGS = \
|
||||
$(GST_PLUGINS_BAD_CFLAGS) \
|
||||
-DGST_USE_UNSTABLE_API \
|
||||
$(GST_CFLAGS)
|
||||
$(GST_CFLAGS) \
|
||||
-Dvp8_norm=gst_codecparsers_vp8_norm \
|
||||
-Dvp8dx_start_decode=gst_codecparsers_vp8dx_start_decode \
|
||||
-Dvp8dx_bool_decoder_fill=gst_codecparsers_vp8dx_bool_decoder_fill
|
||||
|
||||
libgstcodecparsers_@GST_API_VERSION@_la_LIBADD = \
|
||||
$(GST_BASE_LIBS) \
|
||||
|
|
Loading…
Reference in a new issue