mirror of
https://github.com/mpv-player/mpv
synced 2024-12-23 23:32:26 +00:00
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
This commit is contained in:
parent
9fbeed886b
commit
6812710daa
4
configure
vendored
4
configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user