Skip to content

Commit 2777442

Browse files
committed
Added copyright
1 parent 44508c3 commit 2777442

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ you are interested in, please see below "Contributing & Distribution" below.
1616

1717
## Requirements
1818

19-
In order to build the examples, you'll need the library and header files for [ffmpeg 6](https://ffmpeg.org/download.html) installed.
20-
The `chromaprint` library is also required for fingerprinting audio files. On Macintosh with [homebrew](http://bew.sh/), for example:
19+
In order to build the examples, you'll need the library and header files for [FFmpeg 6](https://ffmpeg.org/download.html) installed.The `chromaprint` library is also required for fingerprinting audio files. On Macintosh with [homebrew](http://bew.sh/), for example:
2120

2221
```bash
2322
brew install ffmpeg@6 chromaprint make
@@ -185,6 +184,9 @@ repository for more information:
185184

186185
> Copyright (c) 2021-2024 David Thorpe, All rights reserved.
187186
187+
This software links to shared libraries of [FFmpeg](http://ffmpeg.org/) licensed under
188+
the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html).
189+
188190
## References
189191

190192
* https://ffmpeg.org/doxygen/6.1/index.html

0 commit comments

Comments
 (0)