This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
cosmetics: Split all path variables into their own list.
Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
ff2c222c37
commit
426be5dc83
1 changed files
with
13 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+13
-8
configure
+ 13
- 8
configure
View File
@@ -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
Write
Preview
Loading…
Cancel
Save