summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 {