summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-04 15:58:43 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-08-04 15:58:43 +0000
commit02b7254f93cc9557818a2b8f20aca7d0b5304b47 (patch)
treed2b5f0f55a5a909c4489af14991788740834ae16 /TOOLS
parent8051b919a7cc3e2feaeb72d7355dc1c1bda7ea71 (diff)
downloadmpv-02b7254f93cc9557818a2b8f20aca7d0b5304b47.tar.bz2
mpv-02b7254f93cc9557818a2b8f20aca7d0b5304b47.tar.xz
Add a dummy guiMessageBox so it still compiles when MPlayer was configured with
--enable-gui git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24009 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/subrip.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/TOOLS/subrip.c b/TOOLS/subrip.c
index 8c702f88fc..ae3782aadb 100644
--- a/TOOLS/subrip.c
+++ b/TOOLS/subrip.c
@@ -22,6 +22,8 @@
#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 {