mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-02 19:14:05 +00:00
Re-enable the internal ffmpeg based media player for Visual C++ 2012
This commit is contained in:
parent
ff362dca6c
commit
dd695f93dc
|
@ -39,8 +39,7 @@ win32 {
|
||||||
|
|
||||||
win32-msvc* {
|
win32-msvc* {
|
||||||
VERSION = 1.5.0 # More complicated things cause errors during compilation under MSVC++
|
VERSION = 1.5.0 # More complicated things cause errors during compilation under MSVC++
|
||||||
DEFINES += __WIN32 DISABLE_INTERNAL_PLAYER
|
DEFINES += __WIN32
|
||||||
DISABLE_INTERNAL_PLAYER=1 # Currently ffmeg is not supported with msvc
|
|
||||||
QMAKE_CXXFLAGS += /wd4290 # silence the warning C4290: C++ exception specification ignored
|
QMAKE_CXXFLAGS += /wd4290 # silence the warning C4290: C++ exception specification ignored
|
||||||
LIBS += -lshell32 -luser32 -lsapi -lole32 -lhunspell
|
LIBS += -lshell32 -luser32 -lsapi -lole32 -lhunspell
|
||||||
LIBS += -L$${PWD}/winlibs/lib/msvc
|
LIBS += -L$${PWD}/winlibs/lib/msvc
|
||||||
|
|
Loading…
Reference in a new issue