Browse Source

Add gnu/kfreebsd to list of recognized operating systems.

patch by Andres Mejia, mcitadel gmail com

Originally committed as revision 18822 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Andres Mejia Diego Biurrun 16 years ago
parent
commit
83993c1c76
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      configure

+ 2
- 0
configure View File

@@ -1694,6 +1694,8 @@ case $target_os in
SLIB_UNINSTALL_EXTRA_CMD='rm -f "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.a "$(LIBDIR)"/$(LIBPREF)$(NAME)_dll.lib'
enable dos_paths
;;
gnu/kfreebsd)
;;

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


Loading…
Cancel
Save