diff TOOLS/subrip.c @ 23989:214c4a4a26ee

Add a dummy guiMessageBox so it still compiles when MPlayer was configured with --enable-gui
author reimar
date Sat, 04 Aug 2007 15:58:43 +0000
parents d7ae37864b03
children d0991c8e2fee
line wrap: on
line diff
--- a/TOOLS/subrip.c	Sat Aug 04 10:46:14 2007 +0000
+++ b/TOOLS/subrip.c	Sat Aug 04 15:58:43 2007 +0000
@@ -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 {