[MPlayer-cvslog] r27008 - trunk/libvo/vosub_vidix.c
ben
subversion at mplayerhq.hu
Sat Jun 7 13:38:11 CEST 2008
Author: ben
Date: Sat Jun 7 13:38:11 2008
New Revision: 27008
Log:
remove duplicated code
Modified:
trunk/libvo/vosub_vidix.c
Modified: trunk/libvo/vosub_vidix.c
==============================================================================
--- trunk/libvo/vosub_vidix.c (original)
+++ trunk/libvo/vosub_vidix.c Sat Jun 7 13:38:11 2008
@@ -644,15 +644,10 @@ int vidix_preinit(const char *drvname,vo
mp_msg(MSGT_VO,MSGL_ERR, MSGTR_LIBVO_SUB_VIDIX_YouHaveWrongVersionOfVidixLibrary);
return -1;
}
-#ifndef __MINGW32__
- vidix_handler = vdlOpen(drvname ? drvname[0] == ':' ? &drvname[1] : drvname[0] ? drvname : NULL : NULL,
- TYPE_OUTPUT,
- verbose);
-#else
+
vidix_handler = vdlOpen(drvname ? drvname[0] == ':' ? &drvname[1] : drvname[0] ? drvname : NULL : NULL,
TYPE_OUTPUT,
verbose);
-#endif
if(vidix_handler == NULL)
{
More information about the MPlayer-cvslog
mailing list