diff options
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 |