Fix spudec compile with libdvdread enabled.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3184 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-11-28 14:55:56 +00:00
parent 95ae50149c
commit f152b94f98
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@
For information on SPU format see <URL:http://sam.zoy.org/doc/dvd/subtitles/>
*/
#include "config.h"
#ifdef USE_DVDREAD

View File

@ -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 @@ void spudec_free(void *this);
#endif
#endif