mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-22 08:06:25 +00:00
586a2cacd4
update 1.20.0 (2020-05-21) to 1.22.1 (2021-10-23) changelog: - https://github.com/gjasny/v4l-utils/blob/v4l-utils-1.22.1/ChangeLog
27 lines
755 B
Diff
27 lines
755 B
Diff
From 137dd2edea4d6c70b10caebebed4778716070ed2 Mon Sep 17 00:00:00 2001
|
|
From: Matthias Reichl <hias@horus.com>
|
|
Date: Sun, 9 Feb 2020 00:16:29 +0100
|
|
Subject: [PATCH] don't include doxygen autotools include
|
|
|
|
Signed-off-by: Matthias Reichl <hias@horus.com>
|
|
---
|
|
Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.am b/Makefile.am
|
|
index d20dfe0f..05dc8c1a 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -10,7 +10,7 @@
|
|
|
|
EXTRA_DIST = android-config.h sync-with-kernel.sh bootstrap.sh \
|
|
doxygen_libdvbv5.cfg include COPYING.libv4l \
|
|
COPYING.libdvbv5 README.libv4l README.lib-multi-threading \
|
|
TODO.libdvbv5 doc/libdvbv5-index.doc
|
|
|
|
-include $(top_srcdir)/aminclude.am
|
|
+# include $(top_srcdir)/aminclude.am
|
|
--
|
|
2.20.1
|
|
|