using LIBDIR@config.h

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4139 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-01-13 14:52:58 +00:00
parent 52bc20da42
commit 739646dc3d
1 changed files with 1 additions and 1 deletions

View File

@ -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);