[FFmpeg-cvslog] configure: remove early check_deps $ARCH_EXT_LIST

Mans Rullgard git
Sun Feb 13 01:16:15 CET 2011


ffmpeg | branch: master | Mans Rullgard <mans at mansr.com> | Fri Feb 11 18:28:12 2011 +0000| [3ae4484cdf39f9c2bb160a52736ee90ee68016fa] | committer: Michael Niedermayer

configure: remove early check_deps $ARCH_EXT_LIST

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>
(cherry picked from commit 4b884207eb7319577f8ceb94a56f42c5ac0ab294)

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3ae4484cdf39f9c2bb160a52736ee90ee68016fa
---

 configure |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/configure b/configure
index 2077397..8a32709 100755
--- a/configure
+++ b/configure
@@ -2495,8 +2495,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() {




More information about the ffmpeg-cvslog mailing list