Skip to content

Commit

Permalink
use stdint.h & inttypes.h from vs/winsdk if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
wang-bin committed Dec 12, 2016
1 parent b54922d commit 328fb46
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/libQtAV.pro
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 94,14 @@ win32 {
}
*msvc* {
#link FFmpeg and portaudio which are built by gcc need /SAFESEH:NO
win32-msvc2010|win32-msvc2008: QMAKE_LFLAGS *= /DEBUG #workaround for CoInitializeEx() and other symbols not found at runtime
win32-msvc2010|win32-msvc2008|win32-msvc2012 {
QMAKE_LFLAGS *= /DEBUG #workaround for CoInitializeEx() and other symbols not found at runtime
INCLUDEPATH *= compat/msvc # vs2012 only has stdint.h
}
debug: QMAKE_LFLAGS = /SAFESEH:NO
#CXXFLAGS debug: /MTd
QMAKE_LFLAGS *= /NODEFAULTLIB:libcmt.lib /NODEFAULTLIB:libcmtd.lib #for msbuild vs2013
INCLUDEPATH *= compat/msvc

}
capi {
contains(QT_CONFIG, egl)|contains(QT_CONFIG, dynamicgl)|contains(QT_CONFIG, opengles2) {
Expand Down

0 comments on commit 328fb46

Please sign in to comment.