[FFmpeg-cvslog] configure: Disable avresample if an old version of yasm is used.

Carl Eugen Hoyos git at videolan.org
Sat Jul 13 18:22:16 CEST 2013


ffmpeg | branch: master | Carl Eugen Hoyos <cehoyos at ag.or.at> | Sat Jul 13 17:16:44 2013 +0200| [289737c8be2898edc2455b2f15816cf5a0777dc4] | committer: Carl Eugen Hoyos

configure: Disable avresample if an old version of yasm is used.

The avresample maintainers decided not to support old versions of yasm.
Supporting old yasm in FFmpeg was no big effort in the last months,
so keep it for the time being.

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

 configure |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 7dfeec1..1ec8032 100755
--- a/configure
+++ b/configure
@@ -3934,7 +3934,7 @@ EOF
 
         check_yasm "pextrd [eax], xmm0, 1" && enable yasm ||
             die "yasm not found, use --disable-yasm for a crippled build"
-        check_yasm "vextractf128 xmm0, ymm0, 0"      || disable avx_external
+        check_yasm "vextractf128 xmm0, ymm0, 0"      || disable avx_external avresample
         check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
         check_yasm "CPU amdnop" && enabled i686 && enable cpunop
     fi



More information about the ffmpeg-cvslog mailing list