mirror of
https://github.com/MartinEesmaa/VVCEasy.git
synced 2025-06-05 21:59:20 +02:00
added note of linux before build requires libvlc
This commit is contained in:
@@ -82,8 +82,11 @@ Compiled file could be found in lib folder in libvtmdec.
|
|||||||
```
|
```
|
||||||
mkdir build && cd build
|
mkdir build && cd build
|
||||||
cmake -DBUILD_SHARED_LIBS=1 ..
|
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:
|
dvbpsi build requires of TS Demux Plugin:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user