diff libvo/vosub_vidix.c @ 10272:7b0bc557987b

renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
author arpi
date Mon, 09 Jun 2003 12:15:48 +0000
parents 2ce7bbdcee15
children 3136605e6cab
line wrap: on
line diff
--- a/libvo/vosub_vidix.c	Mon Jun 09 12:12:04 2003 +0000
+++ b/libvo/vosub_vidix.c	Mon Jun 09 12:15:48 2003 +0000
@@ -709,7 +709,7 @@
 	  printf("vosub_vidix: You have wrong version of VIDIX library\n");
 	  return -1;
 	}
-	vidix_handler = vdlOpen(LIBDIR"/mplayer/vidix/",
+	vidix_handler = vdlOpen(MPLAYER_LIBDIR "/mplayer/vidix/",
 				drvname ? drvname[0] == ':' ? &drvname[1] : drvname[0] ? drvname : NULL : NULL,
 				TYPE_OUTPUT,
 				verbose);