Skip to content

Commit 73aabe7

Browse files
committed
Merge branch 'ffmpeg61' of github.com:djthorpe/go-media into ffmpeg61
2 parents 106cbd3 + f138680 commit 73aabe7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 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
@@ -183,8 +182,14 @@ The license is Apache 2 so feel free to redistribute. Redistributions in either
183182
code or binary form must reproduce the copyright notice, and please link back to this
184183
repository for more information:
185184

185+
> go-media
186+
> https://github.com/mutablelogic/go-media/
186187
> Copyright (c) 2021-2024 David Thorpe, All rights reserved.
187188
189+
This software links to shared libraries of [FFmpeg](http://ffmpeg.org/) licensed under
190+
the [LGPLv2.1](http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html).
191+
188192
## References
189193

190194
* https://ffmpeg.org/doxygen/6.1/index.html
195+
* https://pkg.go.dev/github.com/mutablelogic/go-media

0 commit comments

Comments
 (0)