[Mplayer-cvslog] CVS: main configure,1.367,1.368
Alex Beregszaszi
alex at mplayer.dev.hu
Sun Jan 13 15:44:07 CET 2002
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv16955
Modified Files:
configure
Log Message:
added LIBDIR and USR_PREFIX
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.367
retrieving revision 1.368
diff -u -r1.367 -r1.368
--- configure 12 Jan 2002 21:07:17 -0000 1.367
+++ configure 13 Jan 2002 14:44:04 -0000 1.368
@@ -923,7 +923,7 @@
# Atmos: moved this here, to be correct, if --prefix is specified
test -z "$_datadir" && _datadir=$_prefix"/share/mplayer"
test -z "$_confdir" && _confdir=$_datadir
-
+test -z "$_libdir" && _libdir=$_prefix"/lib/mplayer"
if x86 ; then
# Checking assembler (_as) compatibility...
@@ -2853,6 +2853,8 @@
/* -------- This file has been automatically generated by configure ---------
Note: Any changes in it will be lost when you run configure again. */
+#define USR_PREFIX "$_prefix"
+
/* define this to use simple idct with patched libavcodec */
#define SIMPLE_IDCT 1
@@ -2868,6 +2870,7 @@
/* Common data directory (for fonts, etc) */
#define DATADIR "$_datadir"
#define CONFDIR "$_confdir"
+#define LIBDIR "$_libdir"
/* Define this to compile stream-caching support, it can be enabled via
-cache <kilobytes> */
More information about the MPlayer-cvslog
mailing list