configure: Remove workaround from last decade and make SIMD optimizations work on OSX
authorSebastian Dröge <slomo@circular-chaos.org>
Fri, 19 Jul 2013 07:45:24 +0000 (09:45 +0200)
committerSebastian Dröge <slomo@circular-chaos.org>
Fri, 19 Jul 2013 07:47:36 +0000 (09:47 +0200)
https://bugzilla.gnome.org/show_bug.cgi?id=704442

configure.ac

index 56dff72..11faf6f 100644 (file)
@@ -361,13 +361,6 @@ else
   fi
 
   case $host_os in
-    # Unfortunately, in Mac OS 10.5 the current rev of libav builds
-    # some non-PIC code into the .a file. See
-    # http://trac.macosforge.org/projects/macports/ticket/13725 for more
-    # info.
-    darwin*) 
-      emblibav_configure_args="$emblibav_configure_args --disable-mmx --disable-altivec"
-      ;;
     mingw32*)
       emblibav_configure_args="$emblibav_configure_args --enable-memalign-hack"
       WIN32_LIBS="-lws2_32"