From beba530adc7804df14ebe68397968a2bddf4490d Mon Sep 17 00:00:00 2001 From: Javernaut Date: Sun, 10 Mar 2019 17:36:49 +0100 Subject: [PATCH] Adding a link to a sample app --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b8b25b..3f13577 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,8 @@ You have to define an environment variable `ANDROID_NDK_HOME` and set the correc Well, just execute the script :) Examine the `output` directory after. +And the actual Android app can be found [here](https://github.com/Javernaut/WhatTheCodec) + ## Known issues: The x86 binary doesn't have assembler optimizations, since they bring text relocations. So it may encounter certain performance issues. The x86_64 doesn't have this problem though. - -## TODO: - -Upload the sample project where the compiled library is actually used.