mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +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* {
|
||||
VERSION = 1.5.0 # More complicated things cause errors during compilation under MSVC++
|
||||
DEFINES += __WIN32 DISABLE_INTERNAL_PLAYER
|
||||
DISABLE_INTERNAL_PLAYER=1 # Currently ffmeg is not supported with msvc
|
||||
DEFINES += __WIN32
|
||||
QMAKE_CXXFLAGS += /wd4290 # silence the warning C4290: C++ exception specification ignored
|
||||
LIBS += -lshell32 -luser32 -lsapi -lole32 -lhunspell
|
||||
LIBS += -L$${PWD}/winlibs/lib/msvc
|
||||
|
|
Loading…
Reference in a new issue