changeset 4138:458831ca939a

using LIBDIR@config.h
author alex
date Sun, 13 Jan 2002 14:52:58 +0000
parents 65b091d4f94a
children 13d6395e8daa
files libvo/vosub_vidix.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/vosub_vidix.c	Sun Jan 13 14:44:04 2002 +0000
+++ b/libvo/vosub_vidix.c	Sun Jan 13 14:52:58 2002 +0000
@@ -56,7 +56,7 @@
 	  printf("vosub_vidix: You have wrong version of VIDIX library\n");
 	  return -1;
 	}
-	vidix_handler = vdlOpen("/usr/lib/mplayer/vidix/",
+	vidix_handler = vdlOpen(LIBDIR"/vidix/",
 				drvname ? drvname[0] == ':' ? &drvname[1] : drvname[0] ? drvname : NULL : NULL,
 				TYPE_OUTPUT,
 				verbose);