mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +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_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
|
||||
|
|
Loading…
Reference in a new issue