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

10 Commits

Author SHA1 Message Date
Vincas Dargis
2f7076c168 fix(build): fix OpenAL build on Windows
Add OpenAL-specific define to fix `error: redefinition of 'struct timespec'` when compiling with MinGW.
`timespec` is already defined within MinGW, but probably detection does not work correctly.

Partially fixes #3372
2016-08-10 13:51:47 +03:00
Nils Fenner
792103f8b0
refactor(filter_audio): completely remove filter_audio dependency
The filter_audio API is not working for qTox/Tox and thus disabled by default via compiler switch. In current qTox UI, it is not configurable, even when this switch is enabled. According to issue #3194 the library is no longer maintained as well. I don't see any reason to keep it in qTox.
2016-06-04 22:12:27 +02:00
Zetok Zalbavar
fa5ee5b1ad
fix(bootstrap.sh): add instructions for missing unzip & adjust path
Also correct $PATH in windows instructions to work on x86_64.

Fixes #3153
2016-04-24 16:17:39 +01:00
Zetok Zalbavar
50255e8926
[windows/bootstrap.sh] remove deprecated opencv part 2015-10-05 12:40:06 +01:00
rku
099b84c0e3 Changed toxcore urls to point to new buildserver in windows/bootstrap.sh 2015-08-05 15:40:06 +03:00
rku
13bc58ccc6 4-space-aligned windows/bootstrap.sh 2015-06-25 20:55:10 +03:00
rku
4984450925 Added ffmpeg support to windows/bootstrap.sh 2015-06-25 20:52:04 +03:00
novist
7e0009e99c Fixed filter_audio lib windows bootstraping
Added qrencode lib to windows bootstrap script
2015-04-28 19:14:50 +03:00
novist
b7fbb4ab45 Updated windows/bootstrap.sh to build filter_audio using Makefile 2015-02-19 18:50:58 +02:00
novist
9266dc55f5 Added windows/bootstrap.sh which downloads and compiles all qtox dependencies
Fixed install_libfilteraudio.sh to work on windows
bootstrap.bat now invokes sh bootstrap.sh (for convenience)
Updated INSTALL.md to reflect simplified bootstrapping procedure
2015-01-08 13:59:05 +02:00