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