summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-09-20 20:36:38 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-02 04:18:07 +0200
commitb1013d34ad2af5711d11235b4de2104c30068cd4 (patch)
treec2f80a78cc75b3a72c68b5546e8e9ee7d544d263 /TOOLS
parentbaf7744d5376afdd542039c4dbac077364687686 (diff)
downloadmpv-b1013d34ad2af5711d11235b4de2104c30068cd4.tar.bz2
mpv-b1013d34ad2af5711d11235b4de2104c30068cd4.tar.xz
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
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 {