mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-24 15:09:33 -05:00
Fixed Windows compile of VOIP
This commit is contained in:
parent
0316c8c5ae
commit
6a6bcf73dc
@ -38,6 +38,7 @@ extern "C" {
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef MINGW
|
||||
#if (LIBAVUTIL_VERSION_MAJOR == 54) && (LIBAVUTIL_VERSION_MINOR == 3) && (LIBAVUTIL_VERSION_MICRO == 0)
|
||||
//Ubuntu Vivid use other version of rational.h than GIT with LIBAVUTIL_VERSION_MICRO == 0
|
||||
#define VIVID_RATIONAL_H_VERSION 1
|
||||
@ -107,7 +108,7 @@ void av_frame_free(AVFrame **frame)
|
||||
av_freep(frame);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // MINGW
|
||||
|
||||
VideoProcessor::VideoProcessor()
|
||||
:_encoded_frame_size(640,480) , vpMtx("VideoProcessor")
|
||||
|
Loading…
Reference in New Issue
Block a user