comparison 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
comparison
equal deleted inserted replaced
23988:3b830c7e0eb2 23989:214c4a4a26ee
19 #include <sys/types.h> 19 #include <sys/types.h>
20 #include <sys/wait.h> 20 #include <sys/wait.h>
21 #include "libvo/video_out.h" 21 #include "libvo/video_out.h"
22 #include "vobsub.h" 22 #include "vobsub.h"
23 #include "spudec.h" 23 #include "spudec.h"
24
25 void guiMessageBox(int level, char * str) {};
24 26
25 /* XXX Kludge ahead, this MUST be the same as the definitions found in ../spudec.c */ 27 /* XXX Kludge ahead, this MUST be the same as the definitions found in ../spudec.c */
26 typedef struct packet_t packet_t; 28 typedef struct packet_t packet_t;
27 struct packet_t { 29 struct packet_t {
28 unsigned char *packet; 30 unsigned char *packet;