mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 03:19:40 +00:00
build: add missing files for VP8 bitstream parser.
Fix make dist for building the VP8 bitstream parser.
This commit is contained in:
parent
de6a980065
commit
03f4071721
1 changed files with 8 additions and 0 deletions
|
@ -6,25 +6,33 @@ codecparsers_srcdir = \
|
|||
$(top_srcdir)/ext/codecparsers/gst-libs/gst/codecparsers
|
||||
|
||||
codecparsers_source_c = \
|
||||
dboolhuff.c \
|
||||
gsth264parser.c \
|
||||
gstjpegparser.c \
|
||||
gstmpeg4parser.c \
|
||||
gstmpegvideoparser.c \
|
||||
gstvc1parser.c \
|
||||
gstvp8parser.c \
|
||||
gstvp8rangedecoder.c \
|
||||
nalutils.c \
|
||||
parserutils.c \
|
||||
vp8utils.c \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST += $(codecparsers_source_c:%.c=$(codecparsers_srcdir)/%.c)
|
||||
|
||||
codecparsers_source_h = \
|
||||
dboolhuff.h \
|
||||
gsth264parser.h \
|
||||
gstjpegparser.h \
|
||||
gstmpeg4parser.h \
|
||||
gstmpegvideoparser.h \
|
||||
gstvc1parser.h \
|
||||
gstvp8parser.h \
|
||||
gstvp8rangedecoder.h \
|
||||
nalutils.h \
|
||||
parserutils.h \
|
||||
vp8utils.h \
|
||||
$(NULL)
|
||||
|
||||
EXTRA_DIST += $(codecparsers_source_h:%.h=$(codecparsers_srcdir)/%.h)
|
||||
|
|
Loading…
Reference in a new issue