diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-09-19 05:01:57 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2002-09-19 05:01:57 +0000 |
commit | f28b2a11a87ff7e1306087401c370cc720f0afa3 (patch) | |
tree | 7a83eec98829d3098beb4bdefa6ea5a1985af576 /src/libspudec/spu_decoder_api.h | |
parent | 7fcc8b6884be847d7b0326b500a1858bf926cac4 (diff) | |
download | xine-lib-f28b2a11a87ff7e1306087401c370cc720f0afa3.tar.gz xine-lib-f28b2a11a87ff7e1306087401c370cc720f0afa3.tar.bz2 |
Update configure.in for new libdvdnav version.
Get DVD support to compile.
FIXME: We need to sort out the nav_types.h include file.
Basically, Which version of it should we use ?
CVS patchset: 2704
CVS date: 2002/09/19 05:01:57
Diffstat (limited to 'src/libspudec/spu_decoder_api.h')
-rw-r--r-- | src/libspudec/spu_decoder_api.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libspudec/spu_decoder_api.h b/src/libspudec/spu_decoder_api.h index e863ac8ac..34ed1b0f4 100644 --- a/src/libspudec/spu_decoder_api.h +++ b/src/libspudec/spu_decoder_api.h @@ -25,6 +25,9 @@ #define HAVE_SPU_API_H #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" */ /* * generic xine spu decoder plugin interface |