InterDigitalInc / VTMDecoder_VLCPlugin

VVC decoder plugin for VLC based on a multithreaded VTM
GNU Lesser General Public License v2.1
21 stars 1 forks source link

Problem building on VTM Decoder VLC plugin #4

Closed MartinEesmaa closed 2 years ago

MartinEesmaa commented 2 years ago

Hello @FabriceUrban! I got four errors saying indetifier "poll" is undefined.

Here's steps what I did:

  1. Git cloning
  2. cding DecoderPlugin
  3. Opening CMake GUI Screenshot: vlccmakewin11
  4. Open project, set Release, I hit CTRL + SHIFT + B as Build solution
  5. I got four errors, which I don't understand poll Screenshot: errorofvisualstudio2022vlcpluginvtm

I am not good with modifying vlc_threads.h...

Can you help me?

Thanks

MartinEesmaa commented 2 years ago

I fixed to comment like this // val.... I fixed. Closing issue.