diff options
author | Måns Rullgård <mans@mansr.com> | 2010-02-09 22:55:08 +0000 |
---|---|---|
committer | Måns Rullgård <mans@mansr.com> | 2010-02-09 22:55:08 +0000 |
commit | 614d8911c6aaf8c9bf57fb080f42f7d0615a1918 (patch) | |
tree | f06382d4c01b993105552289e1a078bf7e8f018c /configure | |
parent | fe4fbb583d1f337c929e4cbc4c42af45b91fff02 (diff) | |
download | ffmpeg-614d8911c6aaf8c9bf57fb080f42f7d0615a1918.tar.gz |
configure: allow 'none' as target OS
Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2217,7 +2217,8 @@ case $target_os in ;; gnu) ;; - + none) + ;; *) die "Unknown OS '$target_os'." ;; |