You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, still in the process of getting this compiled and pulled into my project, I don't think I have everything building properly yet but I think I found a few things that would be of interest to you. If I simply just need to change something on my side please let me know!
/src/av/include/scy/av/ffmpeg.h - CODEC_FLAG_GLOBAL_HEADER and CODEC_FLAG_QSCALE don't seem to be available in the most recent ffmpeg ffmpeg-20181116-fc94e97-win64-dev.
/src/net/src/ssladapter.cpp - SSLAdapter::flushReadBIO() and SSLAdapter::flushWriteBIO() use "char buffer[npending];" which seems to be invalid in MSVC but passes in GCC.
The text was updated successfully, but these errors were encountered:
raz-ai
changed the title
Issues with compiling in Visual Studio
VS2017 Some incompatibilities possibly found?
Nov 18, 2018
Hey, still in the process of getting this compiled and pulled into my project, I don't think I have everything building properly yet but I think I found a few things that would be of interest to you. If I simply just need to change something on my side please let me know!
/src/av/include/scy/av/ffmpeg.h - CODEC_FLAG_GLOBAL_HEADER and CODEC_FLAG_QSCALE don't seem to be available in the most recent ffmpeg ffmpeg-20181116-fc94e97-win64-dev.
/src/net/src/ssladapter.cpp - SSLAdapter::flushReadBIO() and SSLAdapter::flushWriteBIO() use "char buffer[npending];" which seems to be invalid in MSVC but passes in GCC.
The text was updated successfully, but these errors were encountered: