[FFmpeg-cvslog] configure: Move cpunop into ARCH_EXT_LIST_X86
Diego Biurrun
git at videolan.org
Sun Feb 23 22:30:31 CET 2014
ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Nov 2 17:21:52 2013 +0100| [96ea3dea5805404e929d9d8611acb431792df6cf] | committer: Michael Niedermayer
configure: Move cpunop into ARCH_EXT_LIST_X86
It is a processor feature, so it belongs there.
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=96ea3dea5805404e929d9d8611acb431792df6cf
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index aa4b9c5..70f20b5 100755
--- a/configure
+++ b/configure
@@ -1455,6 +1455,7 @@ ARCH_EXT_LIST_X86='
amd3dnowext
avx
avx2
+ cpunop
fma3
fma4
i686
@@ -1550,7 +1551,6 @@ HAVE_LIST="
clock_gettime
closesocket
CommandLineToArgvW
- cpunop
CryptGenRandom
dcbzl
dev_bktr_ioctl_bt848_h
More information about the ffmpeg-cvslog
mailing list