summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
Diffstat (limited to 'TOOLS')
-rw-r--r--TOOLS/subrip.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/TOOLS/subrip.c b/TOOLS/subrip.c
index d582bf91b3..85ee1c78e0 100644
--- a/TOOLS/subrip.c
+++ b/TOOLS/subrip.c
@@ -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 {