summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-16 21:20:03 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-03-16 21:20:03 +0000
commit6812710daa49698c273e17c79186cf1ca9110614 (patch)
tree815f5349fcbe49a969d3099cad448f55885886c0 /configure
parent9fbeed886b8efd247fede0dc9b955996da9d39e3 (diff)
downloadmpv-6812710daa49698c273e17c79186cf1ca9110614.tar.bz2
mpv-6812710daa49698c273e17c79186cf1ca9110614.tar.xz
writing LIBDIR to config.mak and removed USR_PREFIX from config.h as it was the same as PREFIX
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5148 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8bc474e77a..7f783d315a 100755
--- a/configure
+++ b/configure
@@ -3182,6 +3182,7 @@ TARGET_OS = $system_name
prefix = $_prefix
DATADIR = $_datadir
CONFDIR = $_confdir
+LIBDIR = $_libdir
AR = ar
CC = $_cc
AWK = $_awk
@@ -3287,7 +3288,7 @@ $_def_i18n
/* 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 @@ $_def_fastmemcpy
/* gui support, please do not edit this option */
$_def_gui
-#define PREFIX "$_prefix"
/* Audio output drivers */
$_def_ossaudio