diff options
Diffstat (limited to 'src/libspudec/xine_decoder.c')
-rw-r--r-- | src/libspudec/xine_decoder.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/libspudec/xine_decoder.c b/src/libspudec/xine_decoder.c index 04f4e5bb2..68e09fa17 100644 --- a/src/libspudec/xine_decoder.c +++ b/src/libspudec/xine_decoder.c @@ -19,7 +19,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: xine_decoder.c,v 1.96 2003/04/29 15:58:32 jcdutton Exp $ + * $Id: xine_decoder.c,v 1.97 2003/04/30 16:49:35 mroi Exp $ * * stuff needed to turn libspu into a xine decoder plugin */ @@ -38,11 +38,11 @@ #include "xineutils.h" #include "spu.h" #ifdef HAVE_DVDNAV -#include <dvdnav/nav_read.h> -#include <dvdnav/nav_types.h> +# include <dvdnav/nav_read.h> +# include <dvdnav/nav_types.h> #else -#include "../input/libdvdnav/nav_read.h" -#include "../input/libdvdnav/nav_types.h" +# include "nav_read.h" +# include "nav_types.h" #endif /* |