aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorHarish Mahendrakar <hmahendrakar@google.com>2023-11-29 21:35:12 +0000
committerHarish Mahendrakar <hmahendrakar@google.com>2023-11-29 21:38:46 +0000
commit40d2583161c08183b225a2f8dad1fe166582e242 (patch)
tree2b39694234bd8c3d78daa165e2fffb5845e60b93 /README.md
parent34d81fea8d080edcc4b5620756e61d1dad016961 (diff)
parent14849e395741d01326bd68deb785da912b88cbd1 (diff)
downloadlibultrahdr-40d2583161c08183b225a2f8dad1fe166582e242.tar.gz
Upgrade libultrahdr to 14849e395741d01326bd68deb785da912b88cbd1
This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update libultrahdr For more info, check https://cs.android.com/android/platform/superproject/+/main:tools/external_updater/README.md Bug: 313683900 Test: TreeHugger Change-Id: I7158b2b4b75e6d55c2bad123a8bd39944ec4f42d
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 27e5361..5c341b3 100644
--- a/README.md
+++ b/README.md
@@ -83,7 +83,7 @@ This will generate the following files under *{build_directory/Release}*:
mkdir {build_directory}
cd {build_directory}
cmake -G "NMake Makefiles" -DUHDR_BUILD_TESTS=1 ../
- cmake --build ./ --config=Release
+ cmake --build ./
ctest
This will generate the following files under *{build_directory}*:
@@ -132,5 +132,5 @@ Using libultrahdr
libultrahdr includes two classes of APIs, one to compress and the other to
decompress HDR images:
-- Refer to [jpegr.h](lib/jpegr.h) for detailed description of various encode and decode api.
+- Refer to [jpegr.h](lib/include/ultrahdr/jpegr.h) for detailed description of various encode and decode api.
- Refer to [ultrahdr_app.cpp](examples/ultrahdr_app.cpp) for examples of its usage.