x264.plg

来自「从服务器上下的x264编码器C源码……希望对大家有帮助……这个是09年4月的」· PLG 代码 · 共 36 行

PLG
36
字号
<html>
<body>
<pre>
<h1>Build Log</h1>
<h3>
--------------------Configuration: x264 - Win32 Debug--------------------
</h3>
<h3>Command Lines</h3>
Creating temporary file "C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2DB.tmp" with contents
[
/nologo /MT /W3 /GX /Zi /Od /I "../../common" /I "../../extras" /I "../.." /D "_DEBUG" /D "_CONSOLE" /D "WIN32" /D "__X264__" /D "HAVE_MMX" /D "HAVE_STDINT_H" /D "AVIS_INPUT" /D "_MBCS" /Fp".\obj/x264_Debug/x264.pch" /YX /Fo".\obj/x264_Debug/" /Fd".\obj/x264_Debug/" /GZ  /GZ /c 
"E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\x264.c"
]
Creating command line "cl.exe @C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\RSP2DB.tmp" 
<h3>Output Window</h3>
Compiling...
x264.c
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(164) : error C2061: syntax error : identifier 'endian_fix'
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(164) : error C2059: syntax error : ';'
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(164) : error C2146: syntax error : missing ')' before identifier 'x'
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(164) : error C2061: syntax error : identifier 'x'
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(164) : error C2059: syntax error : ')'
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(165) : error C2449: found '{' at file scope (missing function header?)
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(170) : error C2059: syntax error : '}'
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(170) : error C2014: preprocessor command must start as first nonwhite space
E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h(189) : fatal error C1070: mismatched #if/#endif pair in file 'E:\西西\x.264\x264-snapshot-20090420-2245\x264-snapshot-20090420-2245\common/osdep.h'
Error executing cl.exe.



<h3>Results</h3>
x264.obj - 9 error(s), 0 warning(s)
</pre>
</body>
</html>

⌨️ 快捷键说明

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