We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 504706e commit 322af45Copy full SHA for 322af45
Makefile
@@ -174,6 +174,8 @@ build/libvpx/dist/lib/libvpx.so:
174
175
build/lame/dist/lib/libmp3lame.so:
176
cd build/lame && \
177
+ git reset --hard && \
178
+ patch -p1 < ../lame-configure.patch && \
179
emconfigure ./configure \
180
--prefix="$$(pwd)/dist" \
181
--host=x86-none-linux \
build/lame-configure.patch
@@ -0,0 +1,13 @@
1
+diff --git a/configure b/configure
2
+index 87aef96..d8f614d 100755
3
+--- a/configure
4
++++ b/configure
5
+@@ -15680,7 +15680,7 @@ $as_echo "#define USE_FAST_LOG 1" >>confdefs.h
6
+ ;;
7
+ *86)
8
+ CPUTYPE="i386"
9
+- if test $ac_cv_header_xmmintrin_h = yes ; then
10
++ if false ; then
11
+ WITH_XMM=yes
12
+ WITH_VECTOR=yes
13
+ fi
0 commit comments