From de97a24d3fe00c9fef912f275b357a61a02b7396 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 7 Jun 2008 10:54:07 +0000 Subject: 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 --- libvo/vosub_vidix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libvo') 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); -- cgit v1.2.3