configure: Remove workaround from last decade and make SIMD optimizations work on OSX

https://bugzilla.gnome.org/show_bug.cgi?id=704442
This commit is contained in:
Sebastian Dröge 2013-07-19 09:45:24 +02:00
parent 4a2054c6aa
commit b131dadd9c

View 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"