Drop 0001-fix-cr-for-awk-in-configure.mingw.patch:
patches configure which gets regenerated anyway.
Drop 0003-parallel-builds-fix.all.patch:
fixed upstream.
Drop 0004-disable-wrong-xmmintrin-detection.all.patch:
fixed upstream.
0006-dont-use-outdated-symbol-list.patch:
the export list contains lots of symbols not included by default, just
ignore it as with 3.99.5
0007-revert-posix-code.patch:
revert some added posix code, wont work under mingw
0008-skip-termcap.patch:
For some reason tgetent() crashes under mingw64 (gdb doesn't help)
just disable for now...
11 lines
490 B
Diff
11 lines
490 B
Diff
--- lame-3.100/libmp3lame/Makefile.am.orig 2016-01-29 22:06:26.000000000 +0100
|
|
+++ lame-3.100/libmp3lame/Makefile.am 2017-10-15 11:40:06.357621100 +0200
|
|
@@ -22,7 +22,6 @@
|
|
libmp3lame_la_LIBADD = $(cpu_ldadd) $(vector_ldadd) $(decoder_ldadd) \
|
|
$(CONFIG_MATH_LIB)
|
|
libmp3lame_la_LDFLAGS = -version-info @LIB_MAJOR_VERSION@:@LIB_MINOR_VERSION@ \
|
|
- -export-symbols $(top_srcdir)/include/libmp3lame.sym \
|
|
-no-undefined
|
|
|
|
INCLUDES = @INCLUDES@ -I$(top_srcdir)/mpglib -I$(top_builddir)
|