From 03481028358dcfeb29489034c844b6ecdb41e033 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 5 Jul 2012 13:42:25 +0200 Subject: [PATCH] configure: dont blindly enable iec61883 This should fix a configure failure Signed-off-by: Michael Niedermayer --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index c451f6b5645..e01c086cc03 100755 --- a/configure +++ b/configure @@ -2821,7 +2821,6 @@ case $target_os in linux) add_cppflags -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 enable dv1394 - enable iec61883 ;; irix*) target_os=irix -- 2.39.2