mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-23 09:04:15 +00:00
vpx: Add missing headers in Makefile.am
This fixes distcheck. https://bugzilla.gnome.org/show_bug.cgi?id=755510
This commit is contained in:
parent
5c7eb0f886
commit
9808cff566
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,8 @@ plugin_LTLIBRARIES = \
|
||||||
libgstvpx.la
|
libgstvpx.la
|
||||||
|
|
||||||
libgstvpx_la_SOURCES = \
|
libgstvpx_la_SOURCES = \
|
||||||
gstvpxdec.c \
|
gstvpxdec.c \
|
||||||
gstvpxenc.c \
|
gstvpxenc.c \
|
||||||
gstvp8dec.c \
|
gstvp8dec.c \
|
||||||
gstvp8enc.c \
|
gstvp8enc.c \
|
||||||
gstvp8utils.c \
|
gstvp8utils.c \
|
||||||
|
@ -24,6 +24,8 @@ libgstvpx_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstvpx_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
libgstvpx_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
||||||
|
|
||||||
noinst_HEADERS = \
|
noinst_HEADERS = \
|
||||||
|
gstvpxdec.h \
|
||||||
|
gstvpxenc.h \
|
||||||
gstvp8dec.h \
|
gstvp8dec.h \
|
||||||
gstvp8enc.h \
|
gstvp8enc.h \
|
||||||
gstvp9dec.h \
|
gstvp9dec.h \
|
||||||
|
|
Loading…
Reference in a new issue