mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
21
configure
vendored
21
configure
vendored
@ -783,22 +783,27 @@ CMDLINE_SELECT="
|
||||
static
|
||||
stripping
|
||||
"
|
||||
CMDLINE_SET='
|
||||
arch
|
||||
|
||||
PATHS_LIST='
|
||||
bindir
|
||||
incdir
|
||||
libdir
|
||||
mandir
|
||||
prefix
|
||||
shlibdir
|
||||
'
|
||||
|
||||
CMDLINE_SET="
|
||||
$PATHS_LIST
|
||||
arch
|
||||
build_suffix
|
||||
cc
|
||||
cpu
|
||||
cross_prefix
|
||||
incdir
|
||||
libdir
|
||||
logfile
|
||||
mandir
|
||||
prefix
|
||||
shlibdir
|
||||
source_path
|
||||
target_os
|
||||
'
|
||||
"
|
||||
|
||||
# code dependency declarations
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user