Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
paolo-pr authored Sep 17, 2022
1 parent 9792638 commit 92521e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ while (!LAAVStop)

## COMPILING / RUNNING

Dependencies: **[FFmpeg](https://ffmpeg.org/)** >= 4.1 (tested with 4.1 version), **[Libevent](http://libevent.org/)** and pkg-config (optional: see the compile command below).
Dependencies: **[FFmpeg](https://ffmpeg.org/)** (>= 4.1 and < 5.0) (tested with 4.1 version), **[Libevent](http://libevent.org/)** and pkg-config (optional: see the compile command below).
**[FFmpeg](https://ffmpeg.org/)** needs **[x264](http://www.videolan.org/developers/x264.html)** for H264 support and **[libopus](http://opus-codec.org/)** for OPUS support.

* Include the library global header (LAAV.hpp), as shown in the [examples](https://github.com/paolo-pr/laav/tree/master/examples), in YourProgram.cpp and execute:
Expand Down

0 comments on commit 92521e6

Please sign in to comment.