From 8e380710039e054bc617ab95a019e87c5258d809 Mon Sep 17 00:00:00 2001 From: Loren Merritt Date: Sat, 12 May 2007 03:20:41 +0000 Subject: [PATCH] configure check for whether we can compile ssse3 Originally committed as revision 9002 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/configure b/configure index 2e433c04f1..b72951bd63 100755 --- a/configure +++ b/configure @@ -646,6 +646,7 @@ HAVE_LIST=" sdl sdl_video_size soundcard_h + ssse3 sys_poll_h sys_soundcard_h threads @@ -1447,6 +1448,13 @@ EOF int main(){ asm volatile ("":::"%ebx"); } +EOF + + # check whether binutils is new enough to compile SSSE3 + check_cc <