1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

chore(build): set supported Toxcore version to 0.2.10 for PGC audio

This commit is contained in:
Anthony Bilinski 2019-06-29 15:56:18 -07:00
parent 33d42c9766
commit e7e6bff318
No known key found for this signature in database
GPG Key ID: 2AA8E0DA1B31FB3C
3 changed files with 2 additions and 3 deletions

View File

@ -49,7 +49,7 @@
|---------------|-------------|----------------------------------------------------------|
| [Qt] | >= 5.5.0 | concurrent, core, gui, network, opengl, svg, widget, xml |
| [GCC]/[MinGW] | >= 4.8 | C++11 enabled |
| [toxcore] | >= 0.2.6 | core, av |
| [toxcore] | >= 0.2.10 | core, av |
| [FFmpeg] | >= 2.6.0 | avformat, avdevice, avcodec, avutil, swscale |
| [CMake] | >= 2.8.11 | |
| [OpenAL Soft] | >= 1.16.0 | |

View File

@ -39,7 +39,7 @@
|---------------|-------------|----------------------------------------------------------|
| [Qt] | >= 5.5.0 | concurrent, core, gui, network, opengl, svg, widget, xml |
| [GCC]/[MinGW] | >= 4.8 | C++11 enabled |
| [toxcore] | >= 0.2.6 | core, av |
| [toxcore] | >= 0.2.10 | core, av |
| [FFmpeg] | >= 2.6.0 | avformat, avdevice, avcodec, avutil, swscale |
| [CMake] | >= 2.8.11 | |
| [OpenAL Soft] | >= 1.16.0 | |

View File

@ -80,7 +80,6 @@ During this time we want to prepare qTox for upcoming new features of toxcore.
The next steps are:
* remove support for toxcore < 0.2.0
* move all toxcore abstractions into their own subproject
* write basic tests for this Core
* format the code base