1
mirror of https://github.com/mpv-player/mpv synced 2025-03-30 22:09:20 +02:00

supdec.h needs libvo/video_out.h. vobsub.c does not.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9512 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
kmkaplan 2003-02-28 19:21:45 +00:00
parent a769d70693
commit 727d41286f
2 changed files with 2 additions and 1 deletions

@ -1,6 +1,8 @@
#ifndef _MPLAYER_SPUDEC_H
#define _MPLAYER_SPUDEC_H
#include "libvo/video_out.h"
void spudec_heartbeat(void *this, unsigned int pts100);
void spudec_assemble(void *this, unsigned char *packet, unsigned int len, unsigned int pts100);
void spudec_draw(void *this, void (*draw_alpha)(int x0,int y0, int w,int h, unsigned char* src, unsigned char *srca, int stride));

@ -18,7 +18,6 @@
#include "version.h"
#include "vobsub.h"
#include "libvo/video_out.h"
#include "spudec.h"
#include "mp_msg.h"
#ifdef USE_UNRARLIB