summaryrefslogtreecommitdiffstats
path: root/libvo/vosub_vidix.c
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 10:54:07 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-06-07 10:54:07 +0000
commitde97a24d3fe00c9fef912f275b357a61a02b7396 (patch)
tree1bd9adb529b14ce0eac3391870f914e655d30fa7 /libvo/vosub_vidix.c
parentd0bfe9916c205bf8d901c8547b0381211c4df757 (diff)
downloadmpv-de97a24d3fe00c9fef912f275b357a61a02b7396.tar.bz2
mpv-de97a24d3fe00c9fef912f275b357a61a02b7396.tar.xz
Drop support for external libvidix (unmaintained and not up-to-date)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27006 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/vosub_vidix.c')
-rw-r--r--libvo/vosub_vidix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/vosub_vidix.c b/libvo/vosub_vidix.c
index 615199e66a..2b50e1c9da 100644
--- a/libvo/vosub_vidix.c
+++ b/libvo/vosub_vidix.c
@@ -645,7 +645,7 @@ int vidix_preinit(const char *drvname,vo_functions_t *server)
return -1;
}
#ifndef __MINGW32__
- vidix_handler = vdlOpen(MP_VIDIX_PFX,
+ vidix_handler = vdlOpen(NULL,
drvname ? drvname[0] == ':' ? &drvname[1] : drvname[0] ? drvname : NULL : NULL,
TYPE_OUTPUT,
verbose);