Skip to content

Commit

Permalink
added note of linux before build requires libvlc
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinEesmaa authored Jul 2, 2022
1 parent 0460662 commit 1bc30fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions INSTALLVLCPLUGIN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,11 @@ Compiled file could be found in lib folder in libvtmdec.
```
mkdir build && cd build
cmake -DBUILD_SHARED_LIBS=1 ..
make -j
```

Before build Decoder Plugin, you need to find libvlccore in Linux.

dvbpsi build requires of TS Demux Plugin:

```
Expand Down

0 comments on commit 1bc30fd

Please sign in to comment.