Mercurial > mplayer.hg
changeset 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 | 3b830c7e0eb2 |
children | f57dacd8c419 |
files | TOOLS/subrip.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 {