From 34e82167f34c11092cea6fcbbddb1995e49b1569 Mon Sep 17 00:00:00 2001 From: Andres Mejia <mcitadel@gmail.com> Date: Mon, 25 May 2009 05:39:58 +0000 Subject: [PATCH] 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 --- configure | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure b/configure index 7ee8553bace..4db2ff2b64a 100755 --- a/configure +++ b/configure @@ -1697,6 +1697,9 @@ case $target_os in ;; gnu/kfreebsd) ;; + gnu) + disable dv1394 + ;; *) die "Unknown OS '$target_os'." -- GitLab