mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 04:12:57 +02:00
gst-plugins-base1: fix x86 build with gcc-4.9 (force SSE2 instructions).
This commit is contained in:
parent
d8dbda624f
commit
ec96081783
1 changed files with 4 additions and 0 deletions
|
@ -19,6 +19,10 @@ license="GPL-2, LGPL-2.1"
|
||||||
distfiles="http://gstreamer.freedesktop.org/src/${pkgname/1/}/${pkgname/1/}-${version#*:}.tar.xz"
|
distfiles="http://gstreamer.freedesktop.org/src/${pkgname/1/}/${pkgname/1/}-${version#*:}.tar.xz"
|
||||||
checksum=4d6273dc3f5a94bcc53ccfe0711cfddd49e31371d1136bf62fa1ecc604fc6550
|
checksum=4d6273dc3f5a94bcc53ccfe0711cfddd49e31371d1136bf62fa1ecc604fc6550
|
||||||
|
|
||||||
|
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
|
||||||
|
CFLAGS="-msse2"
|
||||||
|
fi
|
||||||
|
|
||||||
# Package build options
|
# Package build options
|
||||||
build_options="cdparanoia gir"
|
build_options="cdparanoia gir"
|
||||||
desc_option_cdparanoia="Enable support for CD audio (cdparanoia)"
|
desc_option_cdparanoia="Enable support for CD audio (cdparanoia)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue