[MPlayer-cvslog] r32328 - trunk/TOOLS/subrip.c

diego subversion at mplayerhq.hu
Mon Sep 20 22:36:38 CEST 2010


Author: diego
Date: Mon Sep 20 22:36:38 2010
New Revision: 32328

Log:
Work around linking failure due to unresolved reference to mplayer_version.

Modified:
   trunk/TOOLS/subrip.c

Modified: trunk/TOOLS/subrip.c
==============================================================================
--- trunk/TOOLS/subrip.c	Mon Sep 20 22:26:04 2010	(r32327)
+++ trunk/TOOLS/subrip.c	Mon Sep 20 22:36:38 2010	(r32328)
@@ -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 {


More information about the MPlayer-cvslog mailing list