summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2012-01-01 21:08:37 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2012-01-01 21:08:37 +0000
commitf9cca44a36be9b3892194d724e942d9b7b174cf6 (patch)
treeb416e91ef165b82a59f4df944485cfa3c1462fe2 /src
parent7cc8a40b91c0fe30189c595a6826109ac2f324ee (diff)
downloadxine-lib-f9cca44a36be9b3892194d724e942d9b7b174cf6.tar.gz
xine-lib-f9cca44a36be9b3892194d724e942d9b7b174cf6.tar.bz2
Oops. Omitted headers.1.2.0
Diffstat (limited to 'src')
-rw-r--r--src/video_dec/libvdpau/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_dec/libvdpau/Makefile.am b/src/video_dec/libvdpau/Makefile.am
index 6d543470d..781001a04 100644
--- a/src/video_dec/libvdpau/Makefile.am
+++ b/src/video_dec/libvdpau/Makefile.am
@@ -4,7 +4,7 @@ include $(top_srcdir)/misc/Makefile.common
AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG)
AM_LDFLAGS = $(xineplug_ldflags)
-noinst_HEADERS = bits_reader.h dpb.h cpb.h h264_parser.h nal.h
+noinst_HEADERS = alterh264_decode.h alterh264_bits_reader.h bits_reader.h dpb.h cpb.h h264_parser.h nal.h
if ENABLE_VDPAU
vdpau_h264_module = xineplug_decode_vdpau_h264.la