diff options
author | Alexander Strasser <eclipse7@gmx.net> | 2012-01-29 22:56:12 +0100 |
---|---|---|
committer | Alexander Strasser <eclipse7@gmx.net> | 2012-01-29 22:56:12 +0100 |
commit | 90bf7c7b41c9e78663ef3da00480f70854072932 (patch) | |
tree | c7553b601ba47e579de8c1e573f389b2151f9ba2 /configure | |
parent | f9eb6229447952c22cd3c3ba232bb3d1023ed5c8 (diff) | |
download | ffmpeg-90bf7c7b41c9e78663ef3da00480f70854072932.tar.gz |
build: configure: Restore alphabetical order for CMDLINE_SET
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1296,7 +1296,6 @@ CMDLINE_SET=" arch as build_suffix - progs_suffix cc cpu cross_prefix @@ -1315,6 +1314,8 @@ CMDLINE_SET=" nm optflags pkg_config + postproc_version + progs_suffix samples strip sysinclude @@ -1322,7 +1323,6 @@ CMDLINE_SET=" target_exec target_os target_path - postproc_version valgrind yasmexe " |