Browse Source

configure: allow 'none' as target OS

Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Måns Rullgård 15 years ago
parent
commit
614d8911c6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      configure

+ 2
- 1
configure View File

@@ -2217,7 +2217,8 @@ case $target_os in
;;
gnu)
;;

none)
;;
*)
die "Unknown OS '$target_os'."
;;


Loading…
Cancel
Save