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