mirror of https://git.ffmpeg.org/ffmpeg.git
cosmetics: Split all path variables into their own list.
Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ff2c222c37
commit
426be5dc83
|
@ -783,22 +783,27 @@ CMDLINE_SELECT="
|
||||||
static
|
static
|
||||||
stripping
|
stripping
|
||||||
"
|
"
|
||||||
CMDLINE_SET='
|
|
||||||
arch
|
PATHS_LIST='
|
||||||
bindir
|
bindir
|
||||||
|
incdir
|
||||||
|
libdir
|
||||||
|
mandir
|
||||||
|
prefix
|
||||||
|
shlibdir
|
||||||
|
'
|
||||||
|
|
||||||
|
CMDLINE_SET="
|
||||||
|
$PATHS_LIST
|
||||||
|
arch
|
||||||
build_suffix
|
build_suffix
|
||||||
cc
|
cc
|
||||||
cpu
|
cpu
|
||||||
cross_prefix
|
cross_prefix
|
||||||
incdir
|
|
||||||
libdir
|
|
||||||
logfile
|
logfile
|
||||||
mandir
|
|
||||||
prefix
|
|
||||||
shlibdir
|
|
||||||
source_path
|
source_path
|
||||||
target_os
|
target_os
|
||||||
'
|
"
|
||||||
|
|
||||||
# code dependency declarations
|
# code dependency declarations
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue