# HG changeset patch # User alex # Date 1010933044 0 # Node ID 65b091d4f94ab0994028cbb1d6dce6861b9e14fd # Parent 1080b7780d035b3bd6a0e17a86247b49161da5f7 added LIBDIR and USR_PREFIX diff -r 1080b7780d03 -r 65b091d4f94a configure --- a/configure Sun Jan 13 11:39:06 2002 +0000 +++ b/configure Sun Jan 13 14:44:04 2002 +0000 @@ -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 */