aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndres Mejia <mcitadel@gmail.com>2010-03-06 16:57:43 +0000
committerReinhard Tartler <siretart@tauware.de>2010-03-06 16:57:43 +0000
commit775aa5f38cacfd217efe835203b786aecf8eed5a (patch)
tree6ad81bd1ba8b628fb4813b327d7d245330f9b637
parent578c32814c1abcc45bc13531555cab3ae1d015f0 (diff)
downloadffmpeg-775aa5f38cacfd217efe835203b786aecf8eed5a.tar.gz
Add Hurd to OS list and disable dv1394 in the Hurd case.
patch by Andres Mejia, mcitadel gmail com backport r18938 by diego Originally committed as revision 22237 to svn://svn.ffmpeg.org/ffmpeg/branches/0.5
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index e96db9e352..ee5a2a5417 100755
--- a/configure
+++ b/configure
@@ -1659,6 +1659,9 @@ case $target_os in
;;
gnu/kfreebsd)
;;
+ gnu)
+ disable dv1394
+ ;;
*)
die "Unknown OS '$target_os'."