mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
build: fix make dist for codecparsers.
This commit is contained in:
parent
7f5b9edb14
commit
8d16aa87b2
1 changed files with 1 additions and 34 deletions
|
@ -98,40 +98,7 @@ $(gen_source_h): %.h: $(local_codecparsers_srcdir)/%.h
|
||||||
$(top_builddir)/ext/libvpx/libgstcodecparsers_vpx.la:
|
$(top_builddir)/ext/libvpx/libgstcodecparsers_vpx.la:
|
||||||
$(MAKE) -C $(top_builddir)/ext/libvpx
|
$(MAKE) -C $(top_builddir)/ext/libvpx
|
||||||
|
|
||||||
# All sources and headers that could be used here
|
EXTRA_DIST = gstvaapilibvpx.c
|
||||||
all_source_c = \
|
|
||||||
dboolhuff.c \
|
|
||||||
gsth264parser.c \
|
|
||||||
gstjpegparser.c \
|
|
||||||
gstmpeg4parser.c \
|
|
||||||
gstmpegvideoparser.c \
|
|
||||||
gstvaapilibvpx.c \
|
|
||||||
gstvc1parser.c \
|
|
||||||
gstvp8parser.c \
|
|
||||||
gstvp8rangedecoder.c \
|
|
||||||
nalutils.c \
|
|
||||||
parserutils.c \
|
|
||||||
vp8utils.c \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
all_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 = \
|
|
||||||
$(all_source_c) \
|
|
||||||
$(all_source_h) \
|
|
||||||
$(NULL)
|
|
||||||
|
|
||||||
DISTCLEANFILES = $(GENFILES) .timestamp.symlinks
|
DISTCLEANFILES = $(GENFILES) .timestamp.symlinks
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue