gst-plugins-base: fix x86 build with gcc-4.9 (force SSE2 instructions).
This commit is contained in:
parent
ec96081783
commit
565cf4e5e4
|
@ -35,6 +35,10 @@ license="GPL-2, LGPL-2.1"
|
|||
distfiles="http://gstreamer.freedesktop.org/src/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=1fe45c3894903001d4d008b0713dab089f53726dcb5842d5b40c2595a984e64a
|
||||
|
||||
if [ "$XBPS_TARGET_MACHINE" = "i686" ]; then
|
||||
CFLAGS="-msse2"
|
||||
fi
|
||||
|
||||
# Package build options
|
||||
build_options="cdparanoia gir"
|
||||
desc_option_cdparanoia="Enable support for CD audio (cdparanoia)"
|
||||
|
|
Loading…
Reference in New Issue