summaryrefslogtreecommitdiff
path: root/src/libspudec
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-01-05 13:49:30 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2002-01-05 13:49:30 +0000
commitf62c4a0fe12cba680523de4a8ade43693c8f73fe (patch)
tree387e68c1827a3f8c002ac83b57cfed69037aec4e /src/libspudec
parent3d5d2d88a06a59d82cdcf962f82e58abe69cb9bc (diff)
downloadxine-lib-f62c4a0fe12cba680523de4a8ade43693c8f73fe.tar.gz
xine-lib-f62c4a0fe12cba680523de4a8ade43693c8f73fe.tar.bz2
XV_DOUBLE_BUFFER support, missing header on libspudec makefile
CVS patchset: 1339 CVS date: 2002/01/05 13:49:30
Diffstat (limited to 'src/libspudec')
-rw-r--r--src/libspudec/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am
index 939609bf1..13a81a31c 100644
--- a/src/libspudec/Makefile.am
+++ b/src/libspudec/Makefile.am
@@ -9,7 +9,7 @@ lib_LTLIBRARIES = xineplug_decode_spu.la
xineplug_decode_spu_la_SOURCES = spu.c xine_decoder.c nav_read.c
xineplug_decode_spu_la_LDFLAGS = -avoid-version -module
-noinst_HEADERS = spu.h nav_read.h bswap.h
+noinst_HEADERS = spu.h nav_read.h bswap.h nav_types.h
include_HEADERS = spu_decoder_api.h
##