From 739646dc3dc32a05676f57193eeed3b45b218347 Mon Sep 17 00:00:00 2001 From: alex Date: Sun, 13 Jan 2002 14:52:58 +0000 Subject: using LIBDIR@config.h git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4139 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 ad69993e9c..74b437c3fd 100644 --- a/libvo/vosub_vidix.c +++ b/libvo/vosub_vidix.c @@ -56,7 +56,7 @@ int vidix_preinit(const char *drvname,void *server) 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); -- cgit v1.2.3