Commit 79467f44 authored by diego's avatar diego

cosmetics: Split all path variables into their own list.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13637 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7dc30f01
......@@ -783,22 +783,27 @@ CMDLINE_SELECT="
static
stripping
"
CMDLINE_SET='
arch
PATHS_LIST='
bindir
build_suffix
cc
cpu
cross_prefix
incdir
libdir
logfile
mandir
prefix
shlibdir
'
CMDLINE_SET="
$PATHS_LIST
arch
build_suffix
cc
cpu
cross_prefix
logfile
source_path
target_os
'
"
# code dependency declarations
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment