diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-09 02:04:47 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2010-03-09 02:04:47 +0000 |
commit | 0e816de5ac78cb320ba51655977c3e1678e0377a (patch) | |
tree | 4eb7887784ae72a7c8df8e587939fc782af2f1e2 | |
parent | 0d34b3ab6beb645de2c511ddbe6f929045a664c0 (diff) | |
download | xine-lib-0e816de5ac78cb320ba51655977c3e1678e0377a.tar.gz xine-lib-0e816de5ac78cb320ba51655977c3e1678e0377a.tar.bz2 |
Include accel_vdpau.h in tarballs.
-rw-r--r-- | src/xine-engine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am index 1817fa9d6..64ba68a97 100644 --- a/src/xine-engine/Makefile.am +++ b/src/xine-engine/Makefile.am @@ -8,7 +8,7 @@ AM_CPPFLAGS = $(XDG_BASEDIR_CPPFLAGS) $(ZLIB_CPPFLAGS) -DXINE_LIBRARY_COMPILE XINEUTILS_LIB = $(top_builddir)/src/xine-utils/libxineutils.la # FIXME: these are currently unused: -EXTRA_DIST = lrb.c lrb.h accel_xvmc.h +EXTRA_DIST = lrb.c lrb.h accel_vdpau.h accel_xvmc.h if WIN32 DEF_FILE = libxine-$(XINE_MAJOR).def |