# HG changeset patch # User diego # Date 1285014998 0 # Node ID 80efcedf147df658706fa6568eea8a65a5b431e5 # Parent aca04baf0951a595cbf2550c1442ac2ddceb18de Work around linking failure due to unresolved reference to mplayer_version. diff -r aca04baf0951 -r 80efcedf147d TOOLS/subrip.c --- 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 {