[MPlayer-cvslog] r24009 - trunk/TOOLS/subrip.c
reimar
subversion at mplayerhq.hu
Sat Aug 4 17:58:43 CEST 2007
Author: reimar
Date: Sat Aug 4 17:58:43 2007
New Revision: 24009
Log:
Add a dummy guiMessageBox so it still compiles when MPlayer was configured with
--enable-gui
Modified:
trunk/TOOLS/subrip.c
Modified: trunk/TOOLS/subrip.c
==============================================================================
--- trunk/TOOLS/subrip.c (original)
+++ trunk/TOOLS/subrip.c Sat Aug 4 17:58:43 2007
@@ -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 {
More information about the MPlayer-cvslog
mailing list