gst-plugins-base1: fix x86 build with gcc-4.9 (force SSE2 instructions).

This commit is contained in:
Juan RP 2014-06-14 09:22:49 +02:00
parent d8dbda624f
commit ec96081783

View file

@ -19,6 +19,10 @@ license="GPL-2, LGPL-2.1"
distfiles="http://gstreamer.freedesktop.org/src/${pkgname/1/}/${pkgname/1/}-${version#*:}.tar.xz"
checksum=4d6273dc3f5a94bcc53ccfe0711cfddd49e31371d1136bf62fa1ecc604fc6550
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
CFLAGS="-msse2"
fi
# Package build options
build_options="cdparanoia gir"
desc_option_cdparanoia="Enable support for CD audio (cdparanoia)"