Add Windows 64-bit build to VS project files

This commit is contained in:
licaiguo
2013-12-15 15:18:19 +08:00
parent ac6828f4fa
commit 077ffed5ea
73 changed files with 7039 additions and 132 deletions

View File

@@ -98,7 +98,7 @@ class CWelsH264SVCEncoder : public ISVCEncoder {
private:
sWelsEncCtx* m_pEncContext;
#if defined(WIN32)||defined(_MACH_PLATFORM)||defined(__GNUC__)
#if defined(_WIN32)||defined(_MACH_PLATFORM)||defined(__GNUC__)
welsCodecTrace* m_pWelsTrace;
#endif
SSourcePicture** m_pSrcPicList;