[FFmpeg-devel] [PATCH] configure: remove early check_deps $ARCH_EXT_LIST
Mans Rullgard
mans
Fri Feb 11 19:32:48 CET 2011
The early disabling of irrelevant arch extensions is no longer
required, and removing it makes dependencies involving these
work as expected.
Signed-off-by: Mans Rullgard <mans at mansr.com>
---
configure | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure b/configure
index a3ca15d..a310d25 100755
--- a/configure
+++ b/configure
@@ -2494,8 +2494,6 @@ die_license_disabled version3 libopencore_amrwb
enabled version3 && { enabled gpl && enable gplv3 || enable lgplv3; }
-check_deps $ARCH_EXT_LIST
-
disabled optimizations || check_cflags -fomit-frame-pointer
enable_pic() {
--
1.7.4
More information about the ffmpeg-devel
mailing list