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:
parent
33d42c9766
commit
e7e6bff318
|
@ -49,7 +49,7 @@
|
||||||
|---------------|-------------|----------------------------------------------------------|
|
|---------------|-------------|----------------------------------------------------------|
|
||||||
| [Qt] | >= 5.5.0 | concurrent, core, gui, network, opengl, svg, widget, xml |
|
| [Qt] | >= 5.5.0 | concurrent, core, gui, network, opengl, svg, widget, xml |
|
||||||
| [GCC]/[MinGW] | >= 4.8 | C++11 enabled |
|
| [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 |
|
| [FFmpeg] | >= 2.6.0 | avformat, avdevice, avcodec, avutil, swscale |
|
||||||
| [CMake] | >= 2.8.11 | |
|
| [CMake] | >= 2.8.11 | |
|
||||||
| [OpenAL Soft] | >= 1.16.0 | |
|
| [OpenAL Soft] | >= 1.16.0 | |
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
|---------------|-------------|----------------------------------------------------------|
|
|---------------|-------------|----------------------------------------------------------|
|
||||||
| [Qt] | >= 5.5.0 | concurrent, core, gui, network, opengl, svg, widget, xml |
|
| [Qt] | >= 5.5.0 | concurrent, core, gui, network, opengl, svg, widget, xml |
|
||||||
| [GCC]/[MinGW] | >= 4.8 | C++11 enabled |
|
| [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 |
|
| [FFmpeg] | >= 2.6.0 | avformat, avdevice, avcodec, avutil, swscale |
|
||||||
| [CMake] | >= 2.8.11 | |
|
| [CMake] | >= 2.8.11 | |
|
||||||
| [OpenAL Soft] | >= 1.16.0 | |
|
| [OpenAL Soft] | >= 1.16.0 | |
|
||||||
|
|
|
@ -80,7 +80,6 @@ During this time we want to prepare qTox for upcoming new features of toxcore.
|
||||||
The next steps are:
|
The next steps are:
|
||||||
|
|
||||||
|
|
||||||
* remove support for toxcore < 0.2.0
|
|
||||||
* move all toxcore abstractions into their own subproject
|
* move all toxcore abstractions into their own subproject
|
||||||
* write basic tests for this Core
|
* write basic tests for this Core
|
||||||
* format the code base
|
* format the code base
|
||||||
|
|
Loading…
Reference in New Issue
Block a user