[FFmpeg-cvslog] configure: Move cpunop into ARCH_EXT_LIST_X86

Diego Biurrun git at videolan.org
Thu Feb 20 23:37:45 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Sat Nov  2 17:21:52 2013 +0100| [2b0bb69997c2416e74f41aa1400ce983bf8775c0] | committer: Diego Biurrun

configure: Move cpunop into ARCH_EXT_LIST_X86

It is a processor feature, so it belongs there.

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

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

diff --git a/configure b/configure
index ee467f4..7b7c7c3 100755
--- a/configure
+++ b/configure
@@ -1251,6 +1251,7 @@ ARCH_EXT_LIST_X86='
     amd3dnowext
     avx
     avx2
+    cpunop
     fma4
     i686
     mmx
@@ -1333,7 +1334,6 @@ HAVE_LIST="
     cdio_paranoia_paranoia_h
     closesocket
     CommandLineToArgvW
-    cpunop
     CryptGenRandom
     dcbzl
     dev_bktr_ioctl_bt848_h



More information about the ffmpeg-cvslog mailing list