mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
dvdspu: add missing header to Makefile.am: gstspu-common.h
This commit is contained in:
parent
25efd30e64
commit
b14110f1be
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ libgstdvdspu_la_LIBADD = $(GST_LIBS)
|
||||||
libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
libgstdvdspu_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
||||||
libgstdvdspu_la_LIBTOOLFLAGS = --tag=disable-static
|
libgstdvdspu_la_LIBTOOLFLAGS = --tag=disable-static
|
||||||
|
|
||||||
noinst_HEADERS = gstdvdspu.h gstspu-pgs.h gstspu-vobsub.h
|
noinst_HEADERS = gstdvdspu.h gstspu-pgs.h gstspu-vobsub.h gstspu-common.h
|
||||||
|
|
||||||
EXTRA_DIST = Notes.txt
|
EXTRA_DIST = Notes.txt
|
||||||
|
|
Loading…
Reference in a new issue