diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-04-05 20:33:26 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-04-05 20:34:24 -0700 |
commit | 9e42462d5ada987063d70421702839ce107d3a4c (patch) | |
tree | 606a21827140e88502b002b58cc599f6c027b1bb /meta-multimedia | |
parent | 77a32ac2b7b202b67bfe666cfb47550ff1999a16 (diff) | |
download | meta-openembedded-9e42462d5ada987063d70421702839ce107d3a4c.tar.gz |
meta-multimedia: Fix missing upstream status in several patches
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia')
20 files changed, 44 insertions, 3 deletions
diff --git a/meta-multimedia/recipes-mkv/libmatroska/libmatroska/0001-Makefile-Use-LINKFLAGS-during-link-step.patch b/meta-multimedia/recipes-mkv/libmatroska/libmatroska/0001-Makefile-Use-LINKFLAGS-during-link-step.patch index 90e997561..f7656913b 100644 --- a/meta-multimedia/recipes-mkv/libmatroska/libmatroska/0001-Makefile-Use-LINKFLAGS-during-link-step.patch +++ b/meta-multimedia/recipes-mkv/libmatroska/libmatroska/0001-Makefile-Use-LINKFLAGS-during-link-step.patch | |||
@@ -5,6 +5,7 @@ Subject: [PATCH] Makefile: Use LINKFLAGS during link step | |||
5 | 5 | ||
6 | Adds much needed GNU_HASH section into the .so | 6 | Adds much needed GNU_HASH section into the .so |
7 | 7 | ||
8 | Upstream-Status: Pending | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 10 | --- |
10 | make/linux/Makefile | 2 +- | 11 | make/linux/Makefile | 2 +- |
diff --git a/meta-multimedia/recipes-multimedia/caps/caps/0001-basic.h-Use-c99-supported-stdint-types.patch b/meta-multimedia/recipes-multimedia/caps/caps/0001-basic.h-Use-c99-supported-stdint-types.patch index 1087b0e79..528bd153d 100644 --- a/meta-multimedia/recipes-multimedia/caps/caps/0001-basic.h-Use-c99-supported-stdint-types.patch +++ b/meta-multimedia/recipes-multimedia/caps/caps/0001-basic.h-Use-c99-supported-stdint-types.patch | |||
@@ -5,6 +5,7 @@ Subject: [PATCH] basic.h: Use c99 supported stdint types | |||
5 | 5 | ||
6 | include stdint.h for getting the definitions for int types | 6 | include stdint.h for getting the definitions for int types |
7 | 7 | ||
8 | Upstream-Status: Pending | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 10 | --- |
10 | basics.h | 17 +++++++++-------- | 11 | basics.h | 17 +++++++++-------- |
diff --git a/meta-multimedia/recipes-multimedia/caps/caps/append_ldflags.patch b/meta-multimedia/recipes-multimedia/caps/caps/append_ldflags.patch index 3abd38189..6e34a8a98 100644 --- a/meta-multimedia/recipes-multimedia/caps/caps/append_ldflags.patch +++ b/meta-multimedia/recipes-multimedia/caps/caps/append_ldflags.patch | |||
@@ -1,7 +1,8 @@ | |||
1 | Change the order of linker flags such that -shared is appearig after -pie/-fpie | 1 | Change the order of linker flags such that -shared is appearig after -pie/-fpie |
2 | this helps in building the package when secuiry flags are enabled | 2 | this helps in building the package when secuiry flags are enabled |
3 | 3 | ||
4 | -Khem | 4 | Upstream-Status: Pending |
5 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | 6 | ||
6 | Index: caps-0.9.24/Makefile | 7 | Index: caps-0.9.24/Makefile |
7 | =================================================================== | 8 | =================================================================== |
diff --git a/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-check-for-null-buffer-before-trying-a-byteswap.patch b/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-check-for-null-buffer-before-trying-a-byteswap.patch index 682cf6e03..0451a453a 100644 --- a/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-check-for-null-buffer-before-trying-a-byteswap.patch +++ b/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-check-for-null-buffer-before-trying-a-byteswap.patch | |||
@@ -8,6 +8,7 @@ Author: Monty <paranoia@xiph.org> | |||
8 | Patch from debian | 8 | Patch from debian |
9 | http://sources.debian.net/src/cdparanoia/3.10.2%2Bdebian-11/debian/patches/04-endian.patch | 9 | http://sources.debian.net/src/cdparanoia/3.10.2%2Bdebian-11/debian/patches/04-endian.patch |
10 | 10 | ||
11 | Upstream-Status: Pending | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 13 | --- |
13 | interface/interface.c | 2 +- | 14 | interface/interface.c | 2 +- |
diff --git a/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-utils-Use-c99-compiler-independent-types.patch b/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-utils-Use-c99-compiler-independent-types.patch index 7699017f7..b364a3b2a 100644 --- a/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-utils-Use-c99-compiler-independent-types.patch +++ b/meta-multimedia/recipes-multimedia/cdparanoia/files/0001-utils-Use-c99-compiler-independent-types.patch | |||
@@ -5,6 +5,7 @@ Subject: [PATCH] utils: Use c99 compiler independent types | |||
5 | 5 | ||
6 | Make it portable across different platforms | 6 | Make it portable across different platforms |
7 | 7 | ||
8 | Upstream-Status: Pending | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 10 | --- |
10 | utils.h | 13 +++++++------ | 11 | utils.h | 13 +++++++------ |
diff --git a/meta-multimedia/recipes-multimedia/cdparanoia/files/0002-Fix-printf-format-errors.patch b/meta-multimedia/recipes-multimedia/cdparanoia/files/0002-Fix-printf-format-errors.patch index 024479ca7..ea3055938 100644 --- a/meta-multimedia/recipes-multimedia/cdparanoia/files/0002-Fix-printf-format-errors.patch +++ b/meta-multimedia/recipes-multimedia/cdparanoia/files/0002-Fix-printf-format-errors.patch | |||
@@ -5,6 +5,7 @@ Subject: [PATCH 2/2] Fix printf format errors | |||
5 | 5 | ||
6 | error: format not a string literal and no format arguments | 6 | error: format not a string literal and no format arguments |
7 | 7 | ||
8 | Upstream-Status: Pending | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
9 | --- | 10 | --- |
10 | main.c | 4 ++-- | 11 | main.c | 4 ++-- |
diff --git a/meta-multimedia/recipes-multimedia/cdparanoia/files/dont-use-internal-configs.patch b/meta-multimedia/recipes-multimedia/cdparanoia/files/dont-use-internal-configs.patch index 9b268b7ed..2738ba70e 100644 --- a/meta-multimedia/recipes-multimedia/cdparanoia/files/dont-use-internal-configs.patch +++ b/meta-multimedia/recipes-multimedia/cdparanoia/files/dont-use-internal-configs.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | Fix build on aarch64 | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
1 | Index: cdparanoia-III-10.2/configure.in | 6 | Index: cdparanoia-III-10.2/configure.in |
2 | =================================================================== | 7 | =================================================================== |
3 | --- cdparanoia-III-10.2.orig/configure.in | 8 | --- cdparanoia-III-10.2.orig/configure.in |
diff --git a/meta-multimedia/recipes-multimedia/cdparanoia/files/out-of-tree-build.patch b/meta-multimedia/recipes-multimedia/cdparanoia/files/out-of-tree-build.patch index 06ee82099..96c5dda31 100644 --- a/meta-multimedia/recipes-multimedia/cdparanoia/files/out-of-tree-build.patch +++ b/meta-multimedia/recipes-multimedia/cdparanoia/files/out-of-tree-build.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | Fix build out of tree builds | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
1 | Index: cdparanoia-III-10.2/Makefile.in | 6 | Index: cdparanoia-III-10.2/Makefile.in |
2 | =================================================================== | 7 | =================================================================== |
3 | --- cdparanoia-III-10.2.orig/Makefile.in | 8 | --- cdparanoia-III-10.2.orig/Makefile.in |
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-Fix-generate-keynames.patch b/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-Fix-generate-keynames.patch index 498607d97..f3d14354b 100644 --- a/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-Fix-generate-keynames.patch +++ b/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-Fix-generate-keynames.patch | |||
@@ -5,6 +5,7 @@ symbols. However, when cross-compiling, the include path points | |||
5 | somewhere else. Allow the user to pass CROSS_ROOT to point to the | 5 | somewhere else. Allow the user to pass CROSS_ROOT to point to the |
6 | root of the cross-compilation environment. | 6 | root of the cross-compilation environment. |
7 | 7 | ||
8 | Upstream-Status: Inappropriate [Cross-compile specific] | ||
8 | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 9 | Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> |
9 | --- | 10 | --- |
10 | diff -rup dvb-apps-83c746462ccb.orig/util/av7110_loadkeys/generate-keynames.sh dvb-apps-83c746462ccb/util/av7110_loadkeys/generate-keynames.sh | 11 | diff -rup dvb-apps-83c746462ccb.orig/util/av7110_loadkeys/generate-keynames.sh dvb-apps-83c746462ccb/util/av7110_loadkeys/generate-keynames.sh |
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch b/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch index e89f9a3cd..8ff1e029b 100644 --- a/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch +++ b/meta-multimedia/recipes-multimedia/dvb-apps/files/0001-dvbdate-Remove-Obsoleted-stime-API-calls.patch | |||
@@ -6,6 +6,7 @@ Subject: [PATCH] dvbdate: Remove Obsoleted stime API calls | |||
6 | stime() has been deprecated in glibc 2.31+ its recommended to | 6 | stime() has been deprecated in glibc 2.31+ its recommended to |
7 | replaced with clock_settime() | 7 | replaced with clock_settime() |
8 | 8 | ||
9 | Upstream-Status: Pending | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 10 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 11 | --- |
11 | util/dvbdate/dvbdate.c | 5 ++++- | 12 | util/dvbdate/dvbdate.c | 5 ++++- |
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/files/0003-handle-static-shared-only-build.patch b/meta-multimedia/recipes-multimedia/dvb-apps/files/0003-handle-static-shared-only-build.patch index 4dc7c68ac..ce51084c9 100644 --- a/meta-multimedia/recipes-multimedia/dvb-apps/files/0003-handle-static-shared-only-build.patch +++ b/meta-multimedia/recipes-multimedia/dvb-apps/files/0003-handle-static-shared-only-build.patch | |||
@@ -6,6 +6,7 @@ Subject: [PATCH] Make.rules: Handle static/shared only build | |||
6 | Do not build .a library when enable_static is set to "no" | 6 | Do not build .a library when enable_static is set to "no" |
7 | Do not build .so library when enable_shared is set to "no" | 7 | Do not build .so library when enable_shared is set to "no" |
8 | 8 | ||
9 | Upstream-Status: Pending | ||
9 | Signed-off-by: Romain Naour <romain.naour@openwide.fr> | 10 | Signed-off-by: Romain Naour <romain.naour@openwide.fr> |
10 | --- | 11 | --- |
11 | Make.rules | 10 ++++++++-- | 12 | Make.rules | 10 ++++++++-- |
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch b/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch index 45bfad914..6ec5b08cc 100644 --- a/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch +++ b/meta-multimedia/recipes-multimedia/dvb-apps/files/0004-Makefile-remove-test.patch | |||
@@ -5,6 +5,7 @@ Subject: [PATCH] Makefile: remove test | |||
5 | 5 | ||
6 | Tests needs static libraries, remove them for shared only build. | 6 | Tests needs static libraries, remove them for shared only build. |
7 | 7 | ||
8 | Upstream-Status: Inappropriate [Cross-compile specific] | ||
8 | Signed-off-by: Romain Naour <romain.naour@openwide.fr> | 9 | Signed-off-by: Romain Naour <romain.naour@openwide.fr> |
9 | --- | 10 | --- |
10 | Makefile | 1 - | 11 | Makefile | 1 - |
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/files/0005-libucsi-optimization-removal.patch b/meta-multimedia/recipes-multimedia/dvb-apps/files/0005-libucsi-optimization-removal.patch index f12d35bc7..dbb848c72 100644 --- a/meta-multimedia/recipes-multimedia/dvb-apps/files/0005-libucsi-optimization-removal.patch +++ b/meta-multimedia/recipes-multimedia/dvb-apps/files/0005-libucsi-optimization-removal.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | Use -O1 with gcc > 6 | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
1 | diff -r 3d43b280298c lib/libucsi/endianops.h | 6 | diff -r 3d43b280298c lib/libucsi/endianops.h |
2 | --- a/lib/libucsi/endianops.h Fri Mar 21 20:26:36 2014 +0100 | 7 | --- a/lib/libucsi/endianops.h Fri Mar 21 20:26:36 2014 +0100 |
3 | +++ b/lib/libucsi/endianops.h Fri Jan 19 06:56:15 2018 +0000 | 8 | +++ b/lib/libucsi/endianops.h Fri Jan 19 06:56:15 2018 +0000 |
diff --git a/meta-multimedia/recipes-multimedia/dvb-apps/files/0006-CA_SET_PID.patch b/meta-multimedia/recipes-multimedia/dvb-apps/files/0006-CA_SET_PID.patch index e100c659e..59abd32a0 100644 --- a/meta-multimedia/recipes-multimedia/dvb-apps/files/0006-CA_SET_PID.patch +++ b/meta-multimedia/recipes-multimedia/dvb-apps/files/0006-CA_SET_PID.patch | |||
@@ -1,3 +1,7 @@ | |||
1 | Fix build with newer than 4.14 kernels | ||
2 | |||
3 | Upstream-Status: Inappropriate [OE-specific] | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
1 | Index: dvb-apps/util/dst-utils/dst_test.c | 5 | Index: dvb-apps/util/dst-utils/dst_test.c |
2 | =================================================================== | 6 | =================================================================== |
3 | --- dvb-apps.orig/util/dst-utils/dst_test.c | 7 | --- dvb-apps.orig/util/dst-utils/dst_test.c |
diff --git a/meta-multimedia/recipes-multimedia/gerbera/gerbera/0001-Fix-build-with-fmt-9.0.patch b/meta-multimedia/recipes-multimedia/gerbera/gerbera/0001-Fix-build-with-fmt-9.0.patch index 9de0e4f28..bb8e43830 100644 --- a/meta-multimedia/recipes-multimedia/gerbera/gerbera/0001-Fix-build-with-fmt-9.0.patch +++ b/meta-multimedia/recipes-multimedia/gerbera/gerbera/0001-Fix-build-with-fmt-9.0.patch | |||
@@ -4,6 +4,8 @@ Date: Fri, 19 Aug 2022 15:22:10 +0300 | |||
4 | Subject: [PATCH] Fix build with fmt 9.0 | 4 | Subject: [PATCH] Fix build with fmt 9.0 |
5 | 5 | ||
6 | Fixes #2681 | 6 | Fixes #2681 |
7 | Upstream-Status: Pending | ||
8 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
7 | --- | 9 | --- |
8 | src/database/sql_format.h | 4 ++-- | 10 | src/database/sql_format.h | 4 ++-- |
9 | 1 file changed, 2 insertions(+), 2 deletions(-) | 11 | 1 file changed, 2 insertions(+), 2 deletions(-) |
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-yocto-compatibility.patch b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-yocto-compatibility.patch index c1c88999a..64fd578a9 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-yocto-compatibility.patch +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd/0001-gstd-yocto-compatibility.patch | |||
@@ -3,6 +3,8 @@ From: Carlos <carlos.rodriguez@ridgerun.com> | |||
3 | Date: Fri, 15 Dec 2017 10:14:05 -0600 | 3 | Date: Fri, 15 Dec 2017 10:14:05 -0600 |
4 | Subject: [PATCH] gstd:yocto compatibility | 4 | Subject: [PATCH] gstd:yocto compatibility |
5 | 5 | ||
6 | Upstream-Status: Pending | ||
7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
6 | --- | 8 | --- |
7 | gstd/Makefile.am | 2 +- | 9 | gstd/Makefile.am | 2 +- |
8 | 3 files changed, 9 insertions(+), 3 deletions(-) | 10 | 3 files changed, 9 insertions(+), 3 deletions(-) |
diff --git a/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch b/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch index df0c2355d..51761eb8c 100755 --- a/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch +++ b/meta-multimedia/recipes-multimedia/libdc1394/files/install_examples.patch | |||
@@ -1,3 +1,8 @@ | |||
1 | Install all examples | ||
2 | |||
3 | Upstream-Status: Pending | ||
4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
5 | |||
1 | Index: libdc1394/examples/Makefile.am | 6 | Index: libdc1394/examples/Makefile.am |
2 | =================================================================== | 7 | =================================================================== |
3 | --- libdc1394.orig/examples/Makefile.am | 8 | --- libdc1394.orig/examples/Makefile.am |
diff --git a/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/0001-Makefile-add-clean-target.patch b/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/0001-Makefile-add-clean-target.patch index 7ae749bed..ac9e70a71 100644 --- a/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/0001-Makefile-add-clean-target.patch +++ b/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/0001-Makefile-add-clean-target.patch | |||
@@ -3,6 +3,8 @@ From: Markus Volk <f_L_K@t-online.de> | |||
3 | Date: Sat, 1 Apr 2023 04:42:32 +0200 | 3 | Date: Sat, 1 Apr 2023 04:42:32 +0200 |
4 | Subject: [PATCH] Makefile: add clean target | 4 | Subject: [PATCH] Makefile: add clean target |
5 | 5 | ||
6 | Upstream-Status: Pending | ||
7 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
6 | --- | 8 | --- |
7 | Makefile | 4 +++- | 9 | Makefile | 4 +++- |
8 | 1 file changed, 3 insertions(+), 1 deletion(-) | 10 | 1 file changed, 3 insertions(+), 1 deletion(-) |
diff --git a/meta-multimedia/recipes-multimedia/sox/sox/0001-remove-the-error-line-and-live-without-file-type-det.patch b/meta-multimedia/recipes-multimedia/sox/sox/0001-remove-the-error-line-and-live-without-file-type-det.patch index 4f02a66fc..3085bd495 100644 --- a/meta-multimedia/recipes-multimedia/sox/sox/0001-remove-the-error-line-and-live-without-file-type-det.patch +++ b/meta-multimedia/recipes-multimedia/sox/sox/0001-remove-the-error-line-and-live-without-file-type-det.patch | |||
@@ -1,11 +1,11 @@ | |||
1 | From d0313be5fb947df399a4db24a5f9244510d2ce87 Mon Sep 17 00:00:00 2001 | 1 | From d0313be5fb947df399a4db24a5f9244510d2ce87 Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Wed, 12 Jul 2017 16:36:06 -0700 | 3 | Date: Wed, 12 Jul 2017 16:36:06 -0700 |
4 | Subject: [PATCH] remove the #error line and live without file-type detection | 4 | Subject: [PATCH] remove the #error line and live without file-type detection with pipes |
5 | with pipes | ||
6 | 5 | ||
7 | this fallback is executed with musl | 6 | this fallback is executed with musl |
8 | 7 | ||
8 | Upstream-Status: Inappropriate [musl specific] | ||
9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 9 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
10 | --- | 10 | --- |
11 | src/formats.c | 1 - | 11 | src/formats.c | 1 - |
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch b/meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch index 078ac41ca..b9f5ad591 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch +++ b/meta-multimedia/recipes-multimedia/vlc/vlc/0004-Use-packageconfig-to-detect-mmal-support.patch | |||
@@ -8,6 +8,7 @@ in different locations, therefore its best to rely on pkgconf to find | |||
8 | the libs and header locations instead of assuming /opt/vc which might | 8 | the libs and header locations instead of assuming /opt/vc which might |
9 | work on some distros ( like raspbian ) but not everywhere | 9 | work on some distros ( like raspbian ) but not everywhere |
10 | 10 | ||
11 | Upstream-Status: Pending | ||
11 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
12 | --- | 13 | --- |
13 | configure.ac | 31 +++++++++++-------------------- | 14 | configure.ac | 31 +++++++++++-------------------- |