projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
460c0ab
)
Add gnu/kfreebsd to list of recognized operating systems.
author
Andres Mejia
<mcitadel@gmail.com>
Thu, 14 May 2009 11:45:41 +0000
(11:45 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Thu, 14 May 2009 11:45:41 +0000
(11:45 +0000)
patch by Andres Mejia, mcitadel gmail com
Originally committed as revision 18822 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
40ea515
..
ba18d8f
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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'."