mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
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:
parent
4a2054c6aa
commit
b131dadd9c
1 changed files with 0 additions and 7 deletions
|
@ -361,13 +361,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
case $host_os in
|
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*)
|
mingw32*)
|
||||||
emblibav_configure_args="$emblibav_configure_args --enable-memalign-hack"
|
emblibav_configure_args="$emblibav_configure_args --enable-memalign-hack"
|
||||||
WIN32_LIBS="-lws2_32"
|
WIN32_LIBS="-lws2_32"
|
||||||
|
|
Loading…
Reference in a new issue