From 8532d86f1dba2ee204dc63bfdef97170625898d7 Mon Sep 17 00:00:00 2001 From: James Courtier-Dutton Date: Wed, 18 Sep 2002 06:42:23 +0000 Subject: Try to get xine-lib to compile. CVS patchset: 2682 CVS date: 2002/09/18 06:42:23 --- src/libspudec/Makefile.am | 4 ++-- src/libspudec/spu_decoder_api.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/libspudec') diff --git a/src/libspudec/Makefile.am b/src/libspudec/Makefile.am index c4b3e308f..796569eea 100644 --- a/src/libspudec/Makefile.am +++ b/src/libspudec/Makefile.am @@ -8,8 +8,8 @@ xineplug_decode_spu_la_SOURCES = spu.c xine_decoder.c nav_read.c nav_print.c xineplug_decode_spu_la_LIBADD = $(top_builddir)/src/xine-engine/libxine.la xineplug_decode_spu_la_LDFLAGS = -avoid-version -module -noinst_HEADERS = spu.h nav_read.h bswap.h nav_print.h nav_types.h -include_HEADERS = spu_decoder_api.h +noinst_HEADERS = spu.h nav_read.h bswap.h nav_print.h +include_HEADERS = spu_decoder_api.h nav_types.h ## ## Install header files (default=$includedir/xine) diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index 19575a505..cc42fff65 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -27,7 +27,7 @@ #define SPU_DECODER_IFACE_VERSION 9 /* FIXME: Needed for spu_button_t */ /* But will not be on all users's systems. (From the libspudec directory or libdvdread). */ -#include +//#include "nav_types.h" /* * generic xine spu decoder plugin interface -- cgit v1.2.3