Search found 4 matches

Go to advanced search

by stavrosg
19 Dec 2016 20:15
Forum: Development around libVLC
Topic: Where is QtWidgets/QAction ?
Replies: 7
Views: 5108

Re: Where is QtWidgets/QAction ?

Thanks Remi, Got it working, my work flow; git config --system core.autocrlf false git clone git://git.videolan.org/vlc/vlc-2.2.git vlc cd vlc mkdir -p contrib/win32 && cd contrib/win32 ../bootstrap --host=i686-w64-mingw32 make prebuilt rm -f ../i686-w64-mingw32/bin/moc ../i686-w64-mingw32/b...
by stavrosg
19 Dec 2016 20:12
Forum: VLC media player for Windows Troubleshooting
Topic: Strange question to help with our in house app development
Replies: 2
Views: 213

Re: Strange question to help with our in house app development

Found it , you guys set the minimum mm timer resolution to 5ms with this call;

timeBeginPeriod(5);

Incorporated that into our code.
by stavrosg
19 Dec 2016 17:17
Forum: Development around libVLC
Topic: Where is QtWidgets/QAction ?
Replies: 7
Views: 5108

Re: Where is QtWidgets/QAction ?

I am having this issue aswell. Whats is being refereed to by update-alternatives?

Stav
by stavrosg
16 Dec 2016 17:29
Forum: VLC media player for Windows Troubleshooting
Topic: Strange question to help with our in house app development
Replies: 2
Views: 213

Strange question to help with our in house app development

Let cut to the chase. VLC fixes our audio problems!!! We have an in house hardware project which effectively boils down a USB audio device. On Windows 10 Enterprise ONLY (flawless on pro), when we run our the associated app, the sound is garbled and reverberates. I was going to use VLC to test the d...

Go to advanced search