📄 xvid_plugin.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: xvid_plugin - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\WANGJU~1\LOCALS~1\Temp\RSP21.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\..\..\src" /I "..\..\..\..\include" /I "..\..\..\..\lib\xvid" /I "..\..\..\..\lib" /I "..\..\..\lib" /I "..\..\..\..\lib\mp4av" /I "..\..\..\..\lib\mp4v2" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "XVID_PLUGIN_EXPORTS" /Fp"Debug/xvid_plugin.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\视频音频编码程序\第6章\MPEG-4IP\player\plugin\video\xvid\ourxvid.cpp"
"D:\视频音频编码程序\第6章\MPEG-4IP\player\plugin\video\xvid\xvid_file.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\WANGJU~1\LOCALS~1\Temp\RSP21.tmp"
Creating temporary file "C:\DOCUME~1\WANGJU~1\LOCALS~1\Temp\RSP22.tmp" with contents
[
kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /incremental:yes /pdb:"Debug/xvid_plugin.pdb" /debug /machine:I386 /nodefaultlib:"libcd.lib" /out:"Debug/xvid_plugin.dll" /implib:"Debug/xvid_plugin.lib" /pdbtype:sept
".\Debug\ourxvid.obj"
".\Debug\xvid_file.obj"
]
Creating command line "link.exe @C:\DOCUME~1\WANGJU~1\LOCALS~1\Temp\RSP22.tmp"
<h3>Output Window</h3>
Compiling...
ourxvid.cpp
xvid_file.cpp
d:\视频音频编码程序\第6章\mpeg-4ip\player\plugin\video\xvid\xvid_file.cpp(346) : warning C4244: '=' : conversion from 'const unsigned __int64' to 'unsigned __int32', possible loss of data
Linking...
Creating library Debug/xvid_plugin.lib and object Debug/xvid_plugin.exp
ourxvid.obj : error LNK2001: unresolved external symbol _xvid_decore
xvid_file.obj : error LNK2001: unresolved external symbol _xvid_decore
ourxvid.obj : error LNK2001: unresolved external symbol _xvid_init
xvid_file.obj : error LNK2001: unresolved external symbol _xvid_init
ourxvid.obj : error LNK2001: unresolved external symbol _strcasestr
ourxvid.obj : error LNK2001: unresolved external symbol "public: __thiscall CFilePosRecorder::~CFilePosRecorder(void)" (??1CFilePosRecorder@@QAE@XZ)
ourxvid.obj : error LNK2001: unresolved external symbol _MP4AV_Mpeg4GetVopType
ourxvid.obj : error LNK2001: unresolved external symbol _free_fmtp_parse
ourxvid.obj : error LNK2001: unresolved external symbol _parse_fmtp_for_mpeg4
xvid_file.obj : error LNK2001: unresolved external symbol "public: void __thiscall CFilePosRecorder::record_point(long,unsigned __int64,unsigned __int64)" (?record_point@CFilePosRecorder@@QAEXJ_K0@Z)
xvid_file.obj : error LNK2001: unresolved external symbol "public: __thiscall CFilePosRecorder::CFilePosRecorder(void)" (??0CFilePosRecorder@@QAE@XZ)
xvid_file.obj : error LNK2001: unresolved external symbol "public: struct frame_file_pos_t const * __thiscall CFilePosRecorder::find_closest_point(unsigned __int64)" (?find_closest_point@CFilePosRecorder@@QAEPBUframe_file_pos_t@@_K@Z)
Debug/xvid_plugin.dll : fatal error LNK1120: 10 unresolved externals
Error executing link.exe.
<h3>Results</h3>
xvid_plugin.dll - 13 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -