📄 player.plg
字号:
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AVPlayer - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19A.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /I "./" /I "Modules/Codec" /I "Modules/Core" /I "Modules/Log" /I "Modules/Output" /I "Modules/Avi" /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /FR"Debug/" /Fp"Debug/AVPlayer.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Work\Transcoder\Player\AVPlayer\AVPlayer.cpp"
"D:\Work\Transcoder\Player\AVPlayer\MediaPlayer.cpp"
"D:\Work\Transcoder\Player\AVPlayer\Modules\Avi\AviReader.cpp"
"D:\Work\Transcoder\Player\AVPlayer\Modules\Codec\AudioDecoderTask.cpp"
"D:\Work\Transcoder\Player\AVPlayer\Modules\Codec\VideoDecoderTask.cpp"
"D:\Work\Transcoder\Player\AVPlayer\Modules\Output\VideoRender.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19A.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19B.tmp" with contents
[
/nologo /out:"Lib\AVPlayer.lib"
.\Debug\AVPlayer.obj
.\Debug\MediaPlayer.obj
.\Debug\AviReader.obj
.\Debug\Monitor.obj
.\Debug\SyncFifo.obj
.\Debug\Thread.obj
.\Debug\AACDecoder.obj
.\Debug\AudioDecoderTask.obj
.\Debug\H264Decoder.obj
.\Debug\MediaCodec.obj
.\Debug\VideoDecoderTask.obj
.\Debug\Log.obj
.\Debug\AudioRender.obj
.\Debug\Timer.obj
.\Debug\VideoRender.obj
]
Creating command line "link.exe -lib @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19B.tmp"
<h3>Output Window</h3>
Compiling...
AVPlayer.cpp
MediaPlayer.cpp
AviReader.cpp
AudioDecoderTask.cpp
VideoDecoderTask.cpp
VideoRender.cpp
Creating library...
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19C.tmp" with contents
[
/nologo /o"Debug/AVPlayer.bsc"
.\Debug\AVPlayer.sbr
.\Debug\MediaPlayer.sbr
.\Debug\AviReader.sbr
.\Debug\Monitor.sbr
.\Debug\SyncFifo.sbr
.\Debug\Thread.sbr
.\Debug\AACDecoder.sbr
.\Debug\AudioDecoderTask.sbr
.\Debug\H264Decoder.sbr
.\Debug\MediaCodec.sbr
.\Debug\VideoDecoderTask.sbr
.\Debug\Log.sbr
.\Debug\AudioRender.sbr
.\Debug\Timer.sbr
.\Debug\VideoRender.sbr]
Creating command line "bscmake.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19C.tmp"
Creating browse info file...
<h3>Output Window</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19D.bat" with contents
[
@echo off
copy Lib\AVPlayer.lib ..\Lib\AVPlayer.lib
]
Creating command line "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19D.bat"
1 file(s) copied.
<h3>
--------------------Configuration: Player - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19E.tmp" with contents
[
/nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Fp"Debug/Player.pch" /Yu"stdafx.h" /Fo"Debug/" /Fd"Debug/" /FD /GZ /c
"D:\Work\Transcoder\Player\Player.cpp"
"D:\Work\Transcoder\Player\PlayerDlg.cpp"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19E.tmp"
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19F.tmp" with contents
[
Advapi32.lib winmm.lib dsound.lib ddraw.lib dxguid.lib H264Dec.lib AACDec.lib vfw32.lib /nologo /subsystem:windows /incremental:yes /pdb:"Debug/Player.pdb" /debug /machine:I386 /out:"Debug/Player.exe" /pdbtype:sept /libpath:"Lib"
.\Debug\Player.obj
.\Debug\PlayerDlg.obj
.\Debug\StdAfx.obj
.\Debug\Player.res
.\AVPlayer\Lib\AVPlayer.lib
]
Creating command line "link.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP19F.tmp"
<h3>Output Window</h3>
Compiling...
Player.cpp
Generating Code...
Compiling...
PlayerDlg.cpp
Generating Code...
Linking...
msvcrtd.lib(cinitexe.obj) : warning LNK4098: defaultlib "msvcrt.lib" conflicts with use of other libs; use /NODEFAULTLIB:library
<h3>Results</h3>
Player.exe - 0 error(s), 1 warning(s)
</pre>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -