mirror of https://github.com/mpv-player/mpv
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:
parent
95ae50149c
commit
f152b94f98
1
spudec.c
1
spudec.c
|
@ -10,6 +10,7 @@
|
||||||
For information on SPU format see <URL:http://sam.zoy.org/doc/dvd/subtitles/>
|
For information on SPU format see <URL:http://sam.zoy.org/doc/dvd/subtitles/>
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
#include "config.h"
|
||||||
|
|
||||||
#ifdef USE_DVDREAD
|
#ifdef USE_DVDREAD
|
||||||
|
|
||||||
|
|
3
spudec.h
3
spudec.h
|
@ -1,8 +1,8 @@
|
||||||
|
#include "config.h"
|
||||||
#ifdef USE_DVDREAD
|
#ifdef USE_DVDREAD
|
||||||
#ifndef _MPLAYER_SPUDEC_H
|
#ifndef _MPLAYER_SPUDEC_H
|
||||||
#define _MPLAYER_SPUDEC_H
|
#define _MPLAYER_SPUDEC_H
|
||||||
|
|
||||||
#include "config.h"
|
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
void spudec_heartbeat(void *this, int pts100);
|
void spudec_heartbeat(void *this, int pts100);
|
||||||
void spudec_assemble(void *this, unsigned char *packet, int len, 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
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue