Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 737ac11

Browse files
committed
update avutil.dll builds
1 parent 2015be4 commit 737ac11

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Use LZO for decompression on Node.js
66

77
`lzo-decompress` is an [N-API](https://nodejs.org/api/n-api.html) wrapper around the LZO implementation of [FFMpeg's libavutil](https://github.com/FFmpeg/FFmpeg/tree/master/libavutil) library. It uses version 3 of N-API which is [only available](https://nodejs.org/api/n-api.html#n_api_n_api_version_matrix) on Node v10 and higher.
88

9+
This software uses code of [FFmpeg](http://ffmpeg.org) licensed under the [LGPLv3](https://www.gnu.org/licenses/lgpl.html) and its source can be downloaded [here](https://github.com/FFmpeg/FFmpeg/tree/master/libavutil).
10+
911
## Usage
1012

1113
```
@@ -16,8 +18,8 @@ lzo.decompress(input, length);
1618

1719
## Building
1820

19-
- yarn prebuild
20-
- yarn prebuild-ia32 (for 32-bit versions)
21+
- `yarn prebuild`
22+
- `yarn prebuild-ia32` (for 32-bit versions)
2123

2224
## Updating on Yarn/NPM
2325

lib/ia32/avutil-56.dll

100644100755
-1.74 MB
Binary file not shown.

lib/x64/avutil-56.dll

100644100755
-2.16 MB
Binary file not shown.

0 commit comments

Comments
 (0)