alamminsalo / orion

Cross platform Twitch.tv client
GNU General Public License v3.0
315 stars 60 forks source link

fix appveyor #245

Closed mrgreywater closed 5 years ago

mrgreywater commented 5 years ago

Fix the appveyor build and use QtAV as backend.

QtAV seems to have the best performance of the three backends and doesn't require external codecs, a switch for hardware-acceleration can be added later.

Using Qt 5.10 instead of the current 5.11.2 because of a freeze/deadlock when exiting after watching a stream, see https://bugreports.qt.io/browse/QTBUG-61822

Appveyor build and release artifacts can be found here: https://ci.appveyor.com/project/mrgreywater97397/orion

Should fix #204 and #231