mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
Remove now unnecessary linking hacks.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28781 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
00b4789f65
commit
6d7d713ac9
@ -21,8 +21,6 @@
|
||||
#include "vobsub.h"
|
||||
#include "spudec.h"
|
||||
|
||||
void guiMessageBox(int level, char * str) {};
|
||||
|
||||
/* XXX Kludge ahead, this MUST be the same as the definitions found in ../spudec.c */
|
||||
typedef struct packet_t packet_t;
|
||||
struct packet_t {
|
||||
@ -74,9 +72,6 @@ typedef struct {
|
||||
int spu_changed;
|
||||
} spudec_handle_t;
|
||||
|
||||
int use_gui;
|
||||
int gtkMessageBox;
|
||||
int identify=0;
|
||||
int vobsub_id=0;
|
||||
int sub_pos=0;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user