Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libheif: add jpeg-turbo support
@ 2024-01-31 20:07 Fabrice Fontaine
  2024-02-05 12:47 ` Antoine Coutant
  2024-02-06 17:18 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2024-01-31 20:07 UTC (permalink / raw)
  To: buildroot; +Cc: Bernd Kuhls, Fabrice Fontaine

jpeg support is not limited to libjpeg

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libheif/libheif.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libheif/libheif.mk b/package/libheif/libheif.mk
index bd307deb7b..908e2ce068 100644
--- a/package/libheif/libheif.mk
+++ b/package/libheif/libheif.mk
@@ -51,9 +51,9 @@ else
 LIBHEIF_CONF_OPTS += -DWITH_LIBDE265=OFF
 endif
 
-ifeq ($(BR2_PACKAGE_LIBJPEG),y)
+ifeq ($(BR2_PACKAGE_JPEG),y)
 LIBHEIF_CONF_OPTS += -DWITH_JPEG_DECODER=ON -DWITH_JPEG_ENCODER=ON
-LIBHEIF_DEPENDENCIES += libjpeg
+LIBHEIF_DEPENDENCIES += jpeg
 else
 LIBHEIF_CONF_OPTS += -DWITH_JPEG_DECODER=OFF -DWITH_JPEG_ENCODER=OFF
 endif
-- 
2.43.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libheif: add jpeg-turbo support
  2024-01-31 20:07 [Buildroot] [PATCH 1/1] package/libheif: add jpeg-turbo support Fabrice Fontaine
@ 2024-02-05 12:47 ` Antoine Coutant
  2024-02-06 17:18 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Antoine Coutant @ 2024-02-05 12:47 UTC (permalink / raw)
  To: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 953 bytes --]


On 31/01/2024 21:07, Fabrice Fontaine wrote:
> jpeg support is not limited to libjpeg
>
> Signed-off-by: Fabrice Fontaine<fontaine.fabrice@gmail.com>
> ---
>   package/libheif/libheif.mk | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/libheif/libheif.mk b/package/libheif/libheif.mk
> index bd307deb7b..908e2ce068 100644
> --- a/package/libheif/libheif.mk
> +++ b/package/libheif/libheif.mk
> @@ -51,9 +51,9 @@ else
>   LIBHEIF_CONF_OPTS += -DWITH_LIBDE265=OFF
>   endif
>   
> -ifeq ($(BR2_PACKAGE_LIBJPEG),y)
> +ifeq ($(BR2_PACKAGE_JPEG),y)
>   LIBHEIF_CONF_OPTS += -DWITH_JPEG_DECODER=ON -DWITH_JPEG_ENCODER=ON
> -LIBHEIF_DEPENDENCIES += libjpeg
> +LIBHEIF_DEPENDENCIES += jpeg
>   else
>   LIBHEIF_CONF_OPTS += -DWITH_JPEG_DECODER=OFF -DWITH_JPEG_ENCODER=OFF
>   endif

Looks good to me.


Reviewed-by: Antoine Coutant <antoine.coutant@smile.fr> 
<mailto:antoine.coutant@smile.fr>


Regards,

Antoine Coutant.

[-- Attachment #1.2: Type: text/html, Size: 1660 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libheif: add jpeg-turbo support
  2024-01-31 20:07 [Buildroot] [PATCH 1/1] package/libheif: add jpeg-turbo support Fabrice Fontaine
  2024-02-05 12:47 ` Antoine Coutant
@ 2024-02-06 17:18 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2024-02-06 17:18 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Bernd Kuhls, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > jpeg support is not limited to libjpeg
 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-06 17:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-31 20:07 [Buildroot] [PATCH 1/1] package/libheif: add jpeg-turbo support Fabrice Fontaine
2024-02-05 12:47 ` Antoine Coutant
2024-02-06 17:18 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox