summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 11:43:57 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 11:43:57 +0000
commit6212ebbcae6dca6bd2c66a9dbf3db7f9a78ef072 (patch)
treefbbd7f17e4487956f02e725b3202a4462658fbd7 /libvo
parent4e0801479054c5e0c68c5937871f862afb9ee8b7 (diff)
downloadmpv-6212ebbcae6dca6bd2c66a9dbf3db7f9a78ef072.tar.bz2
mpv-6212ebbcae6dca6bd2c66a9dbf3db7f9a78ef072.tar.xz
remove useless vidix versioning stuff
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27009 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/vosub_vidix.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libvo/vosub_vidix.c b/libvo/vosub_vidix.c
index 52e318720d..675ef9340f 100644
--- a/libvo/vosub_vidix.c
+++ b/libvo/vosub_vidix.c
@@ -639,11 +639,6 @@ int vidix_preinit(const char *drvname,vo_functions_t *server)
int err;
if( mp_msg_test(MSGT_VO,MSGL_DBG2) ) {
mp_msg(MSGT_VO,MSGL_DBG2, "vosub_vidix: vidix_preinit(%s) was called\n",drvname); }
- if(vdlGetVersion() != VIDIX_VERSION)
- {
- mp_msg(MSGT_VO,MSGL_ERR, MSGTR_LIBVO_SUB_VIDIX_YouHaveWrongVersionOfVidixLibrary);
- return -1;
- }
vidix_handler = vdlOpen(drvname ? drvname[0] == ':' ? &drvname[1] : drvname[0] ? drvname : NULL : NULL,
TYPE_OUTPUT,