summaryrefslogtreecommitdiff
path: root/package/mpg123/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-01-16 10:42:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2023-01-16 10:42:41 +0100
commitd2ff62a4b673a36f2368ccc07aa67d620de9ddde (patch)
treecb41c97e9065a5d844227f39fa551bd3602199ff /package/mpg123/patches
parent6f5db589447a92f52944cb601915f166eb099ee1 (diff)
mpg123: update to 1.3.1, use shared variant
Diffstat (limited to 'package/mpg123/patches')
-rw-r--r--package/mpg123/patches/patch-configure_ac11
1 files changed, 0 insertions, 11 deletions
diff --git a/package/mpg123/patches/patch-configure_ac b/package/mpg123/patches/patch-configure_ac
deleted file mode 100644
index 41a7e658e..000000000
--- a/package/mpg123/patches/patch-configure_ac
+++ /dev/null
@@ -1,11 +0,0 @@
---- mpg123-1.21.0.orig/configure.ac 2014-09-28 16:27:28.000000000 -0500
-+++ mpg123-1.21.0/configure.ac 2015-02-16 13:31:29.910186926 -0600
-@@ -1548,7 +1548,7 @@ do
- HAVE_ALSA=no
- else
-
-- ALSA_LIBS="-lasound"
-+ ALSA_LIBS="-lasound -lpthread"
- # Check for ALSA
- AC_CHECK_LIB( [asound], [snd_pcm_open],
- [ AC_CHECK_HEADER( [alsa/asoundlib.h],