diff options
author | Diego Biurrun <diego@biurrun.de> | 2008-06-02 23:47:33 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2008-06-02 23:47:33 +0000 |
commit | 426be5dc833b3eade840c4576ad565e038d3c93c (patch) | |
tree | 39f9d019a8aa1fc83bee6ae65b44d614472890b3 | |
parent | ff2c222c379645cb7825b8ddc222142dcaea1677 (diff) | |
download | ffmpeg-426be5dc833b3eade840c4576ad565e038d3c93c.tar.gz |
cosmetics: Split all path variables into their own list.
Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-x | configure | 21 |
1 files changed, 13 insertions, 8 deletions
@@ -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 |