mirror of https://git.ffmpeg.org/ffmpeg.git
configure: Move cpunop into ARCH_EXT_LIST_X86
It is a processor feature, so it belongs there.
This commit is contained in:
parent
6adf4290eb
commit
2b0bb69997
|
@ -1251,6 +1251,7 @@ ARCH_EXT_LIST_X86='
|
||||||
amd3dnowext
|
amd3dnowext
|
||||||
avx
|
avx
|
||||||
avx2
|
avx2
|
||||||
|
cpunop
|
||||||
fma4
|
fma4
|
||||||
i686
|
i686
|
||||||
mmx
|
mmx
|
||||||
|
@ -1333,7 +1334,6 @@ HAVE_LIST="
|
||||||
cdio_paranoia_paranoia_h
|
cdio_paranoia_paranoia_h
|
||||||
closesocket
|
closesocket
|
||||||
CommandLineToArgvW
|
CommandLineToArgvW
|
||||||
cpunop
|
|
||||||
CryptGenRandom
|
CryptGenRandom
|
||||||
dcbzl
|
dcbzl
|
||||||
dev_bktr_ioctl_bt848_h
|
dev_bktr_ioctl_bt848_h
|
||||||
|
|
Loading…
Reference in New Issue