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
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
I suggest the following improvement to the msvc.bat
set VC2013_DIR=C:\Program Files (x86)\Microsoft Visual Studio 12.0
call "%VC2013_DIR%\VC\vcvarsall.bat" x86_amd64
also it may be renamed to msvc2013.bat
2. I suggest the following improvement in the libvlc-sdk.pri
win32 {
## Windows common build here
!contains(QMAKE_TARGET.arch, x86_64) {
## Windows x86 (32bit) specific build here
LIBS += $$PWD/lib/msvc/libvlc.lib
} else {
## Windows x64 (64bit) specific build here
LIBS += $$PWD/lib/msvc/libvlc.x64.lib
}
} else ...
why libvlccore.lib is created but is not used?
The text was updated successfully, but these errors were encountered:
msvc.bat
also it may be renamed to
msvc2013.bat
2. I suggest the following improvement in the
libvlc-sdk.pri
libvlccore.lib
is created but is not used?The text was updated successfully, but these errors were encountered: