summaryrefslogtreecommitdiff
path: root/sys/vdpau
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-07-27 18:07:00 +0200
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-07-27 18:07:00 +0200
commit8559d5b9e19e75a5edd48b02c08ad32d5d789315 (patch)
tree8a93fd8f17b821b64a8408c1af2c2eceb079fa6e /sys/vdpau
parenta51d318759b07eca60811e3d47d8e81b6d12cb8c (diff)
vdpau: dist new header file
Fix make distcheck.
Diffstat (limited to 'sys/vdpau')
-rw-r--r--sys/vdpau/gstvdp/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/vdpau/gstvdp/Makefile.am b/sys/vdpau/gstvdp/Makefile.am
index 4f188472f..13ba6bdef 100644
--- a/sys/vdpau/gstvdp/Makefile.am
+++ b/sys/vdpau/gstvdp/Makefile.am
@@ -13,6 +13,7 @@ libgstvdp_@GST_MAJORMINOR@_la_SOURCES = \
libgstvdp_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/vdpau
libgstvdp_@GST_MAJORMINOR@include_HEADERS = \
gstvdpdevice.h \
+ gstvdputils.h \
gstvdpvideobuffer.h \
gstvdpoutputbuffer.h \
gstvdpvideosrcpad.h \
@@ -28,4 +29,4 @@ libgstvdp_@GST_MAJORMINOR@_la_LIBADD = $(GST_LIBS) $(X11_LIBS) $(VDPAU_LIBS) \
../basevideodecoder/libgstbasevideodecoder.la
libgstvdp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LIB_LDFLAGS) $(GST_LT_LDFLAGS) $(GST_ALL_LDFLAGS)
-libgstvdp_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static \ No newline at end of file
+libgstvdp_@GST_MAJORMINOR@_la_LIBTOOLFLAGS = --tag=disable-static