[FFmpeg-cvslog] configure: remove unused bulitin check

James Almer git at videolan.org
Fri Jan 8 00:12:04 CET 2016


ffmpeg | branch: master | James Almer <jamrial at gmail.com> | Thu Jan  7 20:11:00 2016 -0300| [08339cdb6c8fb3adfa63ec7ed787cce73063b773] | committer: James Almer

configure: remove unused bulitin check

Signed-off-by: James Almer <jamrial at gmail.com>

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

 configure |    2 --
 1 file changed, 2 deletions(-)

diff --git a/configure b/configure
index 90b8fcc..1bff7f6 100755
--- a/configure
+++ b/configure
@@ -1736,7 +1736,6 @@ BUILTIN_LIST="
     machine_rw_barrier
     MemoryBarrier
     mm_empty
-    parity
     rdtsc
     sarestart
     sync_val_compare_and_swap
@@ -5242,7 +5241,6 @@ check_builtin sarestart signal.h "SA_RESTART"
 check_builtin sync_val_compare_and_swap "" "int *ptr; int oldval, newval; __sync_val_compare_and_swap(ptr, oldval, newval)"
 check_builtin gmtime_r time.h "time_t *time; struct tm *tm; gmtime_r(time, tm)"
 check_builtin localtime_r time.h "time_t *time; struct tm *tm; localtime_r(time, tm)"
-check_builtin parity "" "__builtin_parity(123)"
 
 case "$custom_allocator" in
     jemalloc)



More information about the ffmpeg-cvslog mailing list