[gst-cvs] gst-plugins-bad: dvdspu: add missing header to Makefile.am: gstspu-common.h
Christian Fredrik Kalager Schaller
uraeus at kemper.freedesktop.org
Tue Jun 2 03:18:28 PDT 2009
Module: gst-plugins-bad
Branch: master
Commit: b14110f1be18ddc8c021b3ba7a5d9b38f1973141
URL: http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=b14110f1be18ddc8c021b3ba7a5d9b38f1973141
Author: Christian Schaller <christian.schaller at collabora.co.uk>
Date: Tue Jun 2 11:23:37 2009 +0100
dvdspu: add missing header to Makefile.am: gstspu-common.h
---
gst/dvdspu/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gst/dvdspu/Makefile.am b/gst/dvdspu/Makefile.am
index 07a6635..950ed82 100644
--- a/gst/dvdspu/Makefile.am
+++ b/gst/dvdspu/Makefile.am
@@ -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
More information about the Gstreamer-commits
mailing list