Add Hurd to OS list and disable dv1394 in the Hurd case.
authorAndres Mejia <mcitadel@gmail.com>
Mon, 25 May 2009 05:39:58 +0000 (05:39 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 25 May 2009 05:39:58 +0000 (05:39 +0000)
patch by Andres Mejia, mcitadel gmail com

Originally committed as revision 18938 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index 7ee8553..4db2ff2 100755 (executable)
--- a/configure
+++ b/configure
@@ -1697,6 +1697,9 @@ case $target_os in
         ;;
     gnu/kfreebsd)
         ;;
+    gnu)
+        disable dv1394
+        ;;
 
     *)
         die "Unknown OS '$target_os'."