From 02b7254f93cc9557818a2b8f20aca7d0b5304b47 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 4 Aug 2007 15:58:43 +0000 Subject: 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 --- TOOLS/subrip.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'TOOLS/subrip.c') 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 { -- cgit v1.2.3