Browse code

configure: allow 'none' as target OS

Originally committed as revision 21732 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/02/10 07:55:08
Showing 1 changed files
... ...
@@ -2217,7 +2217,8 @@ case $target_os in
2217 2217
         ;;
2218 2218
     gnu)
2219 2219
         ;;
2220
-
2220
+    none)
2221
+        ;;
2221 2222
     *)
2222 2223
         die "Unknown OS '$target_os'."
2223 2224
         ;;