mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
Fixed Windows compile of VOIP.
This commit is contained in:
parent
9bbdefa48a
commit
738dadadc9
2 changed files with 7 additions and 0 deletions
|
@ -10,7 +10,11 @@
|
|||
#include "QVideoDevice.h"
|
||||
|
||||
#include <math.h>
|
||||
#include <time.h>
|
||||
|
||||
#if defined(__MINGW32__)
|
||||
#define memalign _aligned_malloc
|
||||
#endif //MINGW
|
||||
|
||||
extern "C" {
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue