Guest User

Untitled

a guest
Jul 16th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.35 KB | None | 0 0
  1. MuldeR@MULDER-PC /x264/x264-icc2/icc
  2. $ make A=x86
  3. grep: ../config.h: No such file or directory
  4. bash -c "cd .. && ./version.sh"
  5. icl -O3 -Qprec-div- -Qstd=c99 -I. -I.. -I./resources -I../common -I../encoder -I
  6. ../extras -I./pth -DNDEBUG -DAVIS_INPUT -DHAVE_PTHREAD -DPTW32_STATIC_LIB -D_MBC
  7. S -EHsc -MT -W0 -DUSE_REAL_PTHREAD -nologo -c -D__INTEL_COMPILER -DHAVE_MMX -QxS
  8. SE2 -DARCH_X86 -D_CONSOLE -DWIN32 -Fo../x264.obj ../x264.c
  9. x264.c
  10. c:\temp\x264\x264-icc2\common\cabac.h(42): error: expected a ";"
  11. ALIGNED_16( int f8_bits_encoded ); // only if using x264_cabac_size_decisi
  12. on()
  13. ^
  14.  
  15. ../common/common.h(374): error: expected a ";"
  16. ALIGNED_16( uint32_t nr_residual_sum[2][64] );
  17. ^
  18.  
  19. ../common/common.h(375): error: expected a ";"
  20. ALIGNED_16( uint16_t nr_offset[2][64] );
  21. ^
  22.  
  23. ../common/common.h(424): error: expected a ";"
  24. ALIGNED_16( int16_t luma16x16_dc[16] );
  25. ^
  26.  
  27. ../common/common.h(425): error: expected a ";"
  28. ALIGNED_16( int16_t chroma_dc[2][4] );
  29. ^
  30.  
  31. ../common/common.h(427): error: expected a ";"
  32. ALIGNED_16( int16_t luma8x8[4][64] );
  33. ^
  34.  
  35. ../common/common.h(428): error: expected a ";"
  36. ALIGNED_16( int16_t luma4x4[16+8][16] );
  37. ^
  38.  
  39. ../common/common.h(506): error: expected a ";"
  40. ALIGNED_4( uint8_t i_sub_partition[4] );
  41. ^
  42.  
  43. ../common/common.h(531): error: expected a ";"
  44. ALIGNED_16( uint8_t fenc_buf[24*FENC_STRIDE] );
  45. ^
  46.  
  47. ../common/common.h(532): error: expected a ";"
  48. ALIGNED_16( uint8_t fdec_buf[27*FDEC_STRIDE] );
  49. ^
  50.  
  51. ../common/common.h(535): error: expected a ";"
  52. ALIGNED_16( uint8_t i4x4_fdec_buf[16*16] );
  53. ^
  54.  
  55. ../common/common.h(536): error: expected a ";"
  56. ALIGNED_16( uint8_t i8x8_fdec_buf[16*16] );
  57. ^
  58.  
  59. ../common/common.h(537): error: expected a ";"
  60. ALIGNED_16( int16_t i8x8_dct_buf[3][64] );
  61. ^
  62.  
  63. ../common/common.h(538): error: expected a ";"
  64. ALIGNED_16( int16_t i4x4_dct_buf[15][16] );
  65. ^
  66.  
  67. ../common/common.h(545): error: expected a ";"
  68. ALIGNED_16( int16_t fenc_dct8[4][64] );
  69. ^
  70.  
  71. ../common/common.h(546): error: expected a ";"
  72. ALIGNED_16( int16_t fenc_dct4[16][16] );
  73. ^
  74.  
  75. ../common/common.h(581): error: expected a ";"
  76. ALIGNED_4( int8_t ref[2][X264_SCAN8_SIZE] );
  77. ^
  78.  
  79. ../common/common.h(584): error: expected a ";"
  80. ALIGNED_16( int16_t mv[2][X264_SCAN8_SIZE][2] );
  81. ^
  82.  
  83. ../common/common.h(585): error: expected a ";"
  84. ALIGNED_8( int16_t mvd[2][X264_SCAN8_SIZE][2] );
  85. ^
  86.  
  87. ../common/common.h(588): error: expected a ";"
  88. ALIGNED_4( int8_t skip[X264_SCAN8_SIZE] );
  89. ^
  90.  
  91. ../common/common.h(590): error: expected a ";"
  92. ALIGNED_16( int16_t direct_mv[2][X264_SCAN8_SIZE][2] );
  93. ^
  94.  
  95. ../common/common.h(591): error: expected a ";"
  96. ALIGNED_4( int8_t direct_ref[2][X264_SCAN8_SIZE] );
  97. ^
  98.  
  99. ../common/common.h(592): error: expected a ";"
  100. ALIGNED_4( int16_t pskip_mv[2] );
  101. ^
  102.  
  103. compilation aborted for ../x264.c (code 2)
  104. make: *** [../x264.obj] Error 2
  105.  
  106. MuldeR@MULDER-PC /x264/x264-icc2/icc
  107. $
Add Comment
Please, Sign In to add comment