summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2012-10-05 17:02:15 +0200
committerMichael Niedermayer <michaelni@gmx.at>2012-10-05 17:04:15 +0200
commit0ed023275f79d6dd7b1be832da27175f788b8e4d (patch)
treee8bea39cd11b75c5dfad3b39ba96169c6499a0ec /configure
parent2a77d4f70b8b653ba405e6c01591bc402ab25a52 (diff)
parentf6f7d1504134683c435e2c7d804279d982e52bb4 (diff)
Merge remote-tracking branch 'qatar/master'
* qatar/master: h264: don't touch H264Context->ref_count[] during MB decoding x86: get_cpu_flags: add necessary ifdefs around function body x86: Drop CPU detection intrinsics x86: Add YASM implementations of cpuid and xgetbv from x264 Conflicts: configure libavcodec/h264_cabac.c libavcodec/h264_cavlc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure b/configure
index 449a46ecae..752f0b26cf 100755
--- a/configure
+++ b/configure
@@ -1278,7 +1278,6 @@ HAVE_LIST="
clock_gettime
closesocket
cmov
- cpuid
cpunop
dcbzl
dev_bktr_ioctl_bt848_h
@@ -1354,7 +1353,6 @@ HAVE_LIST="
rint
round
roundf
- rweflags
sched_getaffinity
sdl
sdl_video_size
@@ -1399,7 +1397,6 @@ HAVE_LIST="
windows_h
winsock2_h
xform_asm
- xgetbv
xmm_clobbers
"
@@ -3401,10 +3398,7 @@ elif enabled sparc; then
elif enabled x86; then
- check_code ld immintrin.h "return __xgetbv(0)" "cc" && enable xgetbv
- check_code ld intrin.h "int info[4]; __cpuid(info, 0)" "cc" && enable cpuid
check_code ld intrin.h "__rdtsc()" "cc" && enable rdtsc
- check_code ld intrin.h "unsigned int x = __readeflags()" "cc" && enable rweflags
check_code ld mmintrin.h "_mm_empty()" "cc" && enable mm_empty