]> git.sur5r.net Git - minitube/blob - lib/media/README.md
New upstream version 3.1
[minitube] / lib / media / README.md
1 # Qt Media Library Abstraction
2
3 This is a simple wrapper around a multimedia playback library.
4
5 Define `MEDIA_QTAV` to link to QtAV or `MEDIA_MPV` to link to libmpv (>=0.29.0).
6
7 `MEDIA_AUDIOONLY` can be defined if the application does not need video.
8
9 You can use this library under the MIT license and at your own risk. If you do, you're welcome contributing your changes and fixes.