diff TOOLS/subrip.c @ 32244:80efcedf147d

Work around linking failure due to unresolved reference to mplayer_version.
author diego
date Mon, 20 Sep 2010 20:36:38 +0000
parents b573c7c7173b
children 728bd5c2aea7
line wrap: on
line diff
--- a/TOOLS/subrip.c	Mon Sep 20 20:26:04 2010 +0000
+++ b/TOOLS/subrip.c	Mon Sep 20 20:36:38 2010 +0000
@@ -34,6 +34,9 @@
 #include "vobsub.h"
 #include "spudec.h"
 
+/* linking hacks */
+char *mplayer_version;
+
 /* XXX Kludge ahead, this MUST be the same as the definitions found in ../spudec.c */
 typedef struct packet_t packet_t;
 struct packet_t {