From 7f6a02b348e03606f9beae72637b3fe7ebd40edc Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Tue, 9 Jan 2024 11:44:36 -0800 Subject: [PATCH 1/5] Add a README for the apps directory --- apps/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 apps/README.md diff --git a/apps/README.md b/apps/README.md new file mode 100644 index 0000000000..c852cf66a8 --- /dev/null +++ b/apps/README.md @@ -0,0 +1,12 @@ +# libavif apps dir + +This directory contains the source code to the example applications avifenc, +avifdec, and avifgainmaputil. + +## Build Notes + +Building avifenc, avifdec, and avifgainmaputil requires: +* [CMake](https://cmake.org/) +* [libpng](http://www.libpng.org/pub/png/libpng.html) +* [libjpg](https://libjpeg.sourceforge.net/). + From 9654e6e52a27f46f89deefe7bbdf70d8ec6cd3a5 Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Tue, 9 Jan 2024 11:46:58 -0800 Subject: [PATCH 2/5] Typo fixes --- apps/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/README.md b/apps/README.md index c852cf66a8..ee527e9887 100644 --- a/apps/README.md +++ b/apps/README.md @@ -8,5 +8,4 @@ avifdec, and avifgainmaputil. Building avifenc, avifdec, and avifgainmaputil requires: * [CMake](https://cmake.org/) * [libpng](http://www.libpng.org/pub/png/libpng.html) -* [libjpg](https://libjpeg.sourceforge.net/). - +* [libjpg](https://libjpeg.sourceforge.net/) From 90e61eef062ea5c224b618c7cdb73901323d43e2 Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Wed, 10 Jan 2024 07:59:43 -0800 Subject: [PATCH 3/5] Fix nit --- apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/README.md b/apps/README.md index ee527e9887..255b14144c 100644 --- a/apps/README.md +++ b/apps/README.md @@ -8,4 +8,4 @@ avifdec, and avifgainmaputil. Building avifenc, avifdec, and avifgainmaputil requires: * [CMake](https://cmake.org/) * [libpng](http://www.libpng.org/pub/png/libpng.html) -* [libjpg](https://libjpeg.sourceforge.net/) +* [libjepg](https://libjpeg.sourceforge.net/) From cd535d30252b81d2b7193be08f871c8f46ef8caa Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Wed, 10 Jan 2024 08:13:56 -0800 Subject: [PATCH 4/5] Add link to libjpeg-turbo --- apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/README.md b/apps/README.md index 255b14144c..f20f2c85ba 100644 --- a/apps/README.md +++ b/apps/README.md @@ -8,4 +8,4 @@ avifdec, and avifgainmaputil. Building avifenc, avifdec, and avifgainmaputil requires: * [CMake](https://cmake.org/) * [libpng](http://www.libpng.org/pub/png/libpng.html) -* [libjepg](https://libjpeg.sourceforge.net/) +* [libjepg](https://libjpeg.sourceforge.net/) or [libjpeg-turbo](https://libjpeg-turbo.org/) From fb4333906a435948fa51d1b871ca6d8b88eddb18 Mon Sep 17 00:00:00 2001 From: Frank Galligan Date: Wed, 10 Jan 2024 08:18:54 -0800 Subject: [PATCH 5/5] Fix typo --- apps/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/README.md b/apps/README.md index f20f2c85ba..b5a15e2162 100644 --- a/apps/README.md +++ b/apps/README.md @@ -8,4 +8,4 @@ avifdec, and avifgainmaputil. Building avifenc, avifdec, and avifgainmaputil requires: * [CMake](https://cmake.org/) * [libpng](http://www.libpng.org/pub/png/libpng.html) -* [libjepg](https://libjpeg.sourceforge.net/) or [libjpeg-turbo](https://libjpeg-turbo.org/) +* [libjpeg](https://libjpeg.sourceforge.net/) or [libjpeg-turbo](https://libjpeg-turbo.org/)