[FFmpeg-cvslog] configure: Simplify an expression with enabled_all.

Diego Biurrun git at videolan.org
Mon Jun 24 10:25:27 CEST 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Jun 20 13:42:20 2013 +0200| [6dc6598692da3b0ebda2d768681786343f26a4f4] | committer: Diego Biurrun

configure: Simplify an expression with enabled_all.

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

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

diff --git a/configure b/configure
index f6c89ac..b53f270 100755
--- a/configure
+++ b/configure
@@ -3692,7 +3692,7 @@ for thread in $THREADS_LIST; do
 done
 
 enabled sync_val_compare_and_swap && enable atomics_gcc
-enabled machine_rw_barrier && enabled atomic_cas_ptr && enable atomics_suncc
+enabled_all atomic_cas_ptr machine_rw_barrier && enable atomics_suncc
 enabled MemoryBarrier && enable atomics_win32
 
 check_lib math.h sin -lm && LIBM="-lm"



More information about the ffmpeg-cvslog mailing list