From ffce3198fbb3205cc9eaef2cfdd36c2e1f8feaed Mon Sep 17 00:00:00 2001 From: lifegpc Date: Wed, 30 Aug 2023 12:32:12 +0800 Subject: [PATCH] Update README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 5e128a3..99caafd 100644 --- a/README.md +++ b/README.md @@ -30,3 +30,18 @@ Now dashboard is available at `http://localhost:8000/`. ## other frontend - [Flutter frontend](https://github.com/lifegpc/eh_downloader_flutter) + +## FFI Extensions + +All dynamic libraries should place in `./lib` directory. + +### Thumbnail + +- Required tools: `cmake`, C/C++ compiler. +- Required library: `libavformat`, `libavcodec`, `libavutil`, `libswscale`. + +#### Location + +- `./lib/thumbnail.dll` on Windows. +- `./lib/libthumbnail.so` on Linux. +- `./lib/libthumbnail.dylib` on macOS.