adoencogg.plg

来自「MP3编码的完整实现(源代码和使用例子都有)」· PLG 代码 · 共 57 行

PLG
57
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: AdoEncOgg - Win32 Release--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\WINNT\TEMP\RSP4CA.tmp" with contents
[
/nologo /MD /W3 /GX /O1 /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "LAMEPARSE" /D "LAMESNDFILE" /Fo"Release/" /Fd"Release/" /FD /c 
"D:\hjf\工作区\AdoEncMp3\AdoEncMp3\AdoEncOgg.cpp"
]
Creating command line "cl.exe @C:\WINNT\TEMP\RSP4CA.tmp" 
Creating temporary file "C:\WINNT\TEMP\RSP4CB.tmp" with contents
[
kernel32.lib user32.lib /nologo /dll /incremental:no /pdb:"Release/AdoEncMp3.pdb" /machine:I386 /def:".\Export.def" /out:"D:\hjf\工作区\Echat2\newbin/AdoEncMp3.dll" /implib:"../lib/AdoEncMp3.lib" 
".\Release\AdoEncOgg.obj"
".\Release\amiga_mpega.obj"
".\Release\brhist.obj"
".\Release\fft.obj"
".\Release\formatBitstream.obj"
".\Release\get_audio.obj"
".\Release\id3tag.obj"
".\Release\ieeefloat.obj"
".\Release\l3bitstream.obj"
".\Release\lame.obj"
".\Release\newmdct.obj"
".\Release\parse.obj"
".\Release\portableio.obj"
".\Release\psymodel.obj"
".\Release\quantize-pvt.obj"
".\Release\quantize.obj"
".\Release\reservoir.obj"
".\Release\tables.obj"
".\Release\takehiro.obj"
".\Release\timestatus.obj"
".\Release\util.obj"
".\Release\vbrquantize.obj"
".\Release\VbrTag.obj"
".\Release\version.obj"
]
Creating command line "link.exe @C:\WINNT\TEMP\RSP4CB.tmp"
<h3>Output Window</h3>
Compiling...
AdoEncOgg.cpp
Linking...
   Creating library ../lib/AdoEncMp3.lib and object ../lib/AdoEncMp3.exp



<h3>Results</h3>
AdoEncMp3.dll - 0 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?