summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndres Mejia <mcitadel@gmail.com>2009-05-25 05:39:58 +0000
committerDiego Biurrun <diego@biurrun.de>2009-05-25 05:39:58 +0000
commit34e82167f34c11092cea6fcbbddb1995e49b1569 (patch)
tree3fec3bf48211c850b38fa91c690a131fc5548afd /configure
parent47b5b0e8b62f6a3e83aff944c35a0fa8f894215b (diff)
Add Hurd to OS list and disable dv1394 in the Hurd case.
patch by Andres Mejia, mcitadel gmail com Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 7ee8553bac..4db2ff2b64 100755
--- a/configure
+++ b/configure
@@ -1697,6 +1697,9 @@ case $target_os in
;;
gnu/kfreebsd)
;;
+ gnu)
+ disable dv1394
+ ;;
*)
die "Unknown OS '$target_os'."