1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-29 22:00:58 +02:00

Add gnu/kfreebsd to list of recognized operating systems.

patch by Andres Mejia, mcitadel gmail com


Originally committed as revision 21612 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
This commit is contained in:
Andres Mejia 2010-02-02 20:44:47 +00:00 committed by Reinhard Tartler
parent 478394bab7
commit b18806f811

2
configure vendored
View File

@ -1657,6 +1657,8 @@ case $target_os in
interix)
disable vhook
;;
gnu/kfreebsd)
;;
*)
die "Unknown OS '$target_os'."