diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-09-18 06:42:23 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-09-18 06:42:23 +0000 |
commit | 8532d86f1dba2ee204dc63bfdef97170625898d7 (patch) | |
tree | c68e85c6fc887ffa7e9600cdca13c7b14359e719 /src/libspudec | |
parent | 40a213a03b067c8ac436b784c6a54d0e6e3d2311 (diff) | |
download | xine-lib-8532d86f1dba2ee204dc63bfdef97170625898d7.tar.gz xine-lib-8532d86f1dba2ee204dc63bfdef97170625898d7.tar.bz2 |
Try to get xine-lib to compile.
CVS patchset: 2682
CVS date: 2002/09/18 06:42:23
Diffstat (limited to 'src/libspudec')
-rw-r--r-- | src/libspudec/Makefile.am | 4 | ||||
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 2 |
2 files changed, 3 insertions, 3 deletions
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 <nav_types.h> +//#include "nav_types.h" /* * generic xine spu decoder plugin interface |