diff spudec.h @ 3183:ce9acee4e129

Fix spudec compile with libdvdread enabled.
author atmos4
date Wed, 28 Nov 2001 14:55:56 +0000
parents d53f70e3c794
children d358f4a74690
line wrap: on
line diff
--- a/spudec.h	Wed Nov 28 14:29:14 2001 +0000
+++ b/spudec.h	Wed Nov 28 14:55:56 2001 +0000
@@ -1,8 +1,8 @@
+#include "config.h"
 #ifdef USE_DVDREAD
 #ifndef _MPLAYER_SPUDEC_H
 #define _MPLAYER_SPUDEC_H
 
-#include "config.h"
 #include "stream.h"
 void spudec_heartbeat(void *this, int pts100);
 void spudec_assemble(void *this, unsigned char *packet, int len, int pts100);
@@ -12,3 +12,4 @@
 
 #endif
 #endif
+