[Mplayer-cvslog] CVS: main configure,1.406,1.407
Alex Beregszaszi
alex at mplayer.dev.hu
Sat Mar 16 22:20:06 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv14566
Modified Files:
configure
Log Message:
writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was the same as PREFIX
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.406
retrieving revision 1.407
diff -u -r1.406 -r1.407
--- configure 16 Mar 2002 02:03:37 -0000 1.406
+++ configure 16 Mar 2002 21:20:03 -0000 1.407
@@ -3182,6 +3182,7 @@
prefix = $_prefix
DATADIR = $_datadir
CONFDIR = $_confdir
+LIBDIR = $_libdir
AR = ar
CC = $_cc
AWK = $_awk
@@ -3287,7 +3288,7 @@
/* Runtime Cpudetection */
$_def_runtime_cpudetection
-#define USR_PREFIX "$_prefix"
+#define PREFIX "$_prefix"
/* define this to use simple idct with patched libavcodec */
#define SIMPLE_IDCT 1
@@ -3436,7 +3437,6 @@
/* gui support, please do not edit this option */
$_def_gui
-#define PREFIX "$_prefix"
/* Audio output drivers */
$_def_ossaudio
More information about the MPlayer-cvslog
mailing list