mpeg2enc.plg
上传用户:ma_junhua
上传日期:2008-04-11
资源大小:2752k
文件大小:4k
开发平台:

C/C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: mpeg2enc - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1huangLOCALS~1TempRSPE7.tmp" with contents
  10. [
  11. /nologo /MLd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FR"Debug/" /Fp"Debug/mpeg2enc.pch" /YX /Fo"Debug/" /Fd"Debug/" /FD /GZ /c 
  12. "D:开发工具实习TS流编辑mpeg2srcmpeg2encconform.c"
  13. "D:开发工具实习TS流编辑mpeg2srcmpeg2encfdctref.c"
  14. "D:开发工具实习TS流编辑mpeg2srcmpeg2encidct.c"
  15. "D:开发工具实习TS流编辑mpeg2srcmpeg2encmotion.c"
  16. "D:开发工具实习TS流编辑mpeg2srcmpeg2encmpeg2enc.c"
  17. "D:开发工具实习TS流编辑mpeg2srcmpeg2encpredict.c"
  18. "D:开发工具实习TS流编辑mpeg2srcmpeg2encputbits.c"
  19. "D:开发工具实习TS流编辑mpeg2srcmpeg2encputhdr.c"
  20. "D:开发工具实习TS流编辑mpeg2srcmpeg2encputmpg.c"
  21. "D:开发工具实习TS流编辑mpeg2srcmpeg2encputpic.c"
  22. "D:开发工具实习TS流编辑mpeg2srcmpeg2encputseq.c"
  23. "D:开发工具实习TS流编辑mpeg2srcmpeg2encputvlc.c"
  24. "D:开发工具实习TS流编辑mpeg2srcmpeg2encquantize.c"
  25. "D:开发工具实习TS流编辑mpeg2srcmpeg2encratectl.c"
  26. "D:开发工具实习TS流编辑mpeg2srcmpeg2encreadpic.c"
  27. "D:开发工具实习TS流编辑mpeg2srcmpeg2encstats.c"
  28. "D:开发工具实习TS流编辑mpeg2srcmpeg2enctransfrm.c"
  29. "D:开发工具实习TS流编辑mpeg2srcmpeg2encwritepic.c"
  30. ]
  31. Creating command line "cl.exe @C:DOCUME~1huangLOCALS~1TempRSPE7.tmp" 
  32. Creating temporary file "C:DOCUME~1huangLOCALS~1TempRSP109.tmp" with contents
  33. [
  34. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib 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 /subsystem:console /incremental:yes /pdb:"Debug/mpeg2enc.pdb" /debug /machine:I386 /out:"Debug/mpeg2enc.exe" /pdbtype:sept 
  35. ".Debugconform.obj"
  36. ".Debugfdctref.obj"
  37. ".Debugidct.obj"
  38. ".Debugmotion.obj"
  39. ".Debugmpeg2enc.obj"
  40. ".Debugpredict.obj"
  41. ".Debugputbits.obj"
  42. ".Debugputhdr.obj"
  43. ".Debugputmpg.obj"
  44. ".Debugputpic.obj"
  45. ".Debugputseq.obj"
  46. ".Debugputvlc.obj"
  47. ".Debugquantize.obj"
  48. ".Debugratectl.obj"
  49. ".Debugreadpic.obj"
  50. ".Debugstats.obj"
  51. ".Debugtransfrm.obj"
  52. ".Debugwritepic.obj"
  53. ]
  54. Creating command line "link.exe @C:DOCUME~1huangLOCALS~1TempRSP109.tmp"
  55. <h3>Output Window</h3>
  56. Compiling...
  57. conform.c
  58. fdctref.c
  59. idct.c
  60. motion.c
  61. mpeg2enc.c
  62. predict.c
  63. putbits.c
  64. puthdr.c
  65. putmpg.c
  66. putpic.c
  67. putseq.c
  68. d:开发工具实习ts流编辑mpeg2srcmpeg2encputseq.c(40) : warning C4101: 'fd' : unreferenced local variable
  69. putvlc.c
  70. quantize.c
  71. ratectl.c
  72. d:开发工具实习ts流编辑mpeg2srcmpeg2encratectl.c(126) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
  73. d:开发工具实习ts流编辑mpeg2srcmpeg2encratectl.c(194) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
  74. d:开发工具实习ts流编辑mpeg2srcmpeg2encratectl.c(198) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
  75. d:开发工具实习ts流编辑mpeg2srcmpeg2encratectl.c(203) : warning C4244: '=' : conversion from 'double ' to 'int ', possible loss of data
  76. readpic.c
  77. d:开发工具实习ts流编辑mpeg2srcmpeg2encreadpic.c(215) : warning C4013: 'pbm_getint' undefined; assuming extern returning int
  78. d:开发工具实习ts流编辑mpeg2srcmpeg2encreadpic.c(230) : warning C4244: '=' : conversion from 'double ' to 'unsigned char ', possible loss of data
  79. d:开发工具实习ts流编辑mpeg2srcmpeg2encreadpic.c(231) : warning C4244: '=' : conversion from 'double ' to 'unsigned char ', possible loss of data
  80. d:开发工具实习ts流编辑mpeg2srcmpeg2encreadpic.c(232) : warning C4244: '=' : conversion from 'double ' to 'unsigned char ', possible loss of data
  81. stats.c
  82. transfrm.c
  83. writepic.c
  84. Linking...
  85. <h3>Results</h3>
  86. mpeg2enc.exe - 0 error(s), 9 warning(s)
  87. </pre>
  88. </body>
  89. </html>