plugin-config.patch: fix typo
This commit is contained in:
parent
8cedb2d8f4
commit
8bab1d91f2
@ -1,7 +1,7 @@
|
||||
From e8fabec7adc70220f52588dc170d90d146b92ba7 Mon Sep 17 00:00:00 2001
|
||||
From: Jaroslav Kysela <perex@perex.cz>
|
||||
Date: Thu, 5 Apr 2018 09:23:09 +0200
|
||||
Subject: [PATCH 1/5] samplerate: fix unused variable warning
|
||||
Subject: [PATCH 1/6] samplerate: fix unused variable warning
|
||||
|
||||
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
||||
---
|
||||
@ -36,7 +36,7 @@ index 0b14a59..100d6f2 100644
|
||||
From 6e40eb5fd346207021a95d06bc30205a537926ea Mon Sep 17 00:00:00 2001
|
||||
From: Jaroslav Kysela <perex@perex.cz>
|
||||
Date: Wed, 4 Apr 2018 19:57:56 +0200
|
||||
Subject: [PATCH 2/5] configure: add --with-alsaaddondir, add default config
|
||||
Subject: [PATCH 2/6] configure: add --with-alsaaddondir, add default config
|
||||
files for plugins
|
||||
|
||||
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
||||
@ -752,7 +752,7 @@ index 50a98a0..b606d3d 100644
|
||||
From cc6bed233a3167d806834460befca2c6d655f0fb Mon Sep 17 00:00:00 2001
|
||||
From: Jaroslav Kysela <perex@perex.cz>
|
||||
Date: Fri, 13 Apr 2018 13:37:36 +0200
|
||||
Subject: [PATCH 3/5] config/Makefile: make everything modular
|
||||
Subject: [PATCH 3/6] config/Makefile: make everything modular
|
||||
|
||||
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
||||
---
|
||||
@ -890,7 +890,7 @@ index 19fa0d2..0d6f6e5 100644
|
||||
From 24db7f59d76984e2901f2834a297735853cab776 Mon Sep 17 00:00:00 2001
|
||||
From: Jaroslav Kysela <perex@perex.cz>
|
||||
Date: Mon, 16 Apr 2018 16:24:29 +0200
|
||||
Subject: [PATCH 4/5] Move rate-lavc to rate-lav subdirectory and update to use
|
||||
Subject: [PATCH 4/6] Move rate-lavc to rate-lav subdirectory and update to use
|
||||
libavresample
|
||||
|
||||
- --disable-avcodec renamed to --disable-libav
|
||||
@ -1783,7 +1783,7 @@ index 14a2198..0000000
|
||||
From 4afd4ab0b276b26b965bae3aadaa31cdb52b1df0 Mon Sep 17 00:00:00 2001
|
||||
From: Jaroslav Kysela <perex@perex.cz>
|
||||
Date: Mon, 16 Apr 2018 17:49:36 +0200
|
||||
Subject: [PATCH 5/5] configure: change --with-alsaaddondir to
|
||||
Subject: [PATCH 5/6] configure: change --with-alsaaddondir to
|
||||
--with-alsagconfdir and --with-alsalconfdir
|
||||
|
||||
The local add-on configuration directory (/etc/alsa/conf.d) contains
|
||||
@ -2268,3 +2268,27 @@ index b606d3d..203618b 100644
|
||||
--
|
||||
2.13.6
|
||||
|
||||
|
||||
From beb24e58763e3b1d831fcd7ef87a478e6ac74fcc Mon Sep 17 00:00:00 2001
|
||||
From: Jaroslav Kysela <perex@perex.cz>
|
||||
Date: Mon, 16 Apr 2018 18:14:18 +0200
|
||||
Subject: [PATCH 6/6] oss/Makefile.am: fix typo
|
||||
|
||||
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
|
||||
---
|
||||
oss/Makefile.am | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/oss/Makefile.am b/oss/Makefile.am
|
||||
index 46dfcac..bff4443 100644
|
||||
--- a/oss/Makefile.am
|
||||
+++ b/oss/Makefile.am
|
||||
@@ -1,4 +1,4 @@
|
||||
-GCONF_FILEs = 50-oss.conf
|
||||
+GCONF_FILES = 50-oss.conf
|
||||
|
||||
EXTRA_DIST = $(GCONF_FILES)
|
||||
|
||||
--
|
||||
2.13.6
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user