From b1013d34ad2af5711d11235b4de2104c30068cd4 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 20 Sep 2010 20:36:38 +0000 Subject: TOOLS/subrip: fix linking failure Work around linking failure due to unresolved reference to mplayer_version. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32328 b3059339-0415-0410-9bf9-f77b7e298cf2 --- TOOLS/subrip.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'TOOLS') 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 { -- cgit v1.2.3