mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
lame: fix for i686
This commit is contained in:
parent
0e605986e4
commit
aea5717107
2 changed files with 13 additions and 1 deletions
12
srcpkgs/lame/patches/msse_i686.patch
Normal file
12
srcpkgs/lame/patches/msse_i686.patch
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
Bug: http://sourceforge.net/p/lame/bugs/443/
|
||||||
|
|
||||||
|
--- libmp3lame/vector/Makefile.am
|
||||||
|
+++ libmp3lame/vector/Makefile.am
|
||||||
|
@@ -20,6 +20,7 @@ xmm_sources = xmm_quantize_sub.c
|
||||||
|
|
||||||
|
if WITH_XMM
|
||||||
|
liblamevectorroutines_la_SOURCES = $(xmm_sources)
|
||||||
|
+liblamevectorroutines_la_CFLAGS = -msse
|
||||||
|
endif
|
||||||
|
|
||||||
|
noinst_HEADERS = lame_intrin.h
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lame'
|
# Template file for 'lame'
|
||||||
pkgname=lame
|
pkgname=lame
|
||||||
version=3.99.5
|
version=3.99.5
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-nasm --enable-shared"
|
configure_args="--enable-nasm --enable-shared"
|
||||||
hostmakedepends="nasm"
|
hostmakedepends="nasm"
|
||||||
|
|
Loading…
Add table
Reference in a new issue