Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1. CXX EEDI3/EEDI3.lo
  2. EEDI3/EEDI3.cpp:37:178: error: template declaration of 'void (* process)(const VSFrameRef*, const VSFrameRef*, VSFrameRef*, VSFrameRef**, int, const EEDI3Data*, const VSAPI*)'
  3. template<typename T1, typename T2 = void> static void (*process)(const VSFrameRef *, const VSFrameRef *, VSFrameRef *, VSFrameRef **, const int, const EEDI3Data *, const VSAPI *) = nullptr;
  4. ^
  5. EEDI3/EEDI3.cpp: In function 'void selectFunctions(unsigned int, EEDI3Data*)':
  6. EEDI3/EEDI3.cpp:252:5: error: 'process' was not declared in this scope
  7. process<uint8_t> = process_c<uint8_t, void>;
  8. ^
  9. EEDI3/EEDI3.cpp:252:20: error: expected primary-expression before '>' token
  10. process<uint8_t> = process_c<uint8_t, void>;
  11. ^
  12. EEDI3/EEDI3.cpp:252:22: error: expected primary-expression before '=' token
  13. process<uint8_t> = process_c<uint8_t, void>;
  14. ^
  15. EEDI3/EEDI3.cpp:253:21: error: expected primary-expression before '>' token
  16. process<uint16_t> = process_c<uint16_t, void>;
  17. ^
  18. EEDI3/EEDI3.cpp:253:23: error: expected primary-expression before '=' token
  19. process<uint16_t> = process_c<uint16_t, void>;
  20. ^
  21. EEDI3/EEDI3.cpp:254:13: error: expected primary-expression before 'float'
  22. process<float> = process_c<float, void>;
  23. ^
  24. EEDI3/EEDI3.cpp:260:24: error: expected primary-expression before '>' token
  25. process<uint8_t> = process_avx2<uint8_t, int>;
  26. ^
  27. EEDI3/EEDI3.cpp:260:26: error: expected primary-expression before '=' token
  28. process<uint8_t> = process_avx2<uint8_t, int>;
  29. ^
  30. EEDI3/EEDI3.cpp:261:25: error: expected primary-expression before '>' token
  31. process<uint16_t> = process_avx2<uint16_t, int>;
  32. ^
  33. EEDI3/EEDI3.cpp:261:27: error: expected primary-expression before '=' token
  34. process<uint16_t> = process_avx2<uint16_t, int>;
  35. ^
  36. EEDI3/EEDI3.cpp:262:17: error: expected primary-expression before 'float'
  37. process<float> = process_avx2<float, float>;
  38. ^
  39. EEDI3/EEDI3.cpp:265:24: error: expected primary-expression before '>' token
  40. process<uint8_t> = process_sse4<uint8_t, int>;
  41. ^
  42. EEDI3/EEDI3.cpp:265:26: error: expected primary-expression before '=' token
  43. process<uint8_t> = process_sse4<uint8_t, int>;
  44. ^
  45. EEDI3/EEDI3.cpp:266:25: error: expected primary-expression before '>' token
  46. process<uint16_t> = process_sse4<uint16_t, int>;
  47. ^
  48. EEDI3/EEDI3.cpp:266:27: error: expected primary-expression before '=' token
  49. process<uint16_t> = process_sse4<uint16_t, int>;
  50. ^
  51. EEDI3/EEDI3.cpp:267:17: error: expected primary-expression before 'float'
  52. process<float> = process_sse4<float, float>;
  53. ^
  54. EEDI3/EEDI3.cpp:270:24: error: expected primary-expression before '>' token
  55. process<uint8_t> = process_sse2<uint8_t, int>;
  56. ^
  57. EEDI3/EEDI3.cpp:270:26: error: expected primary-expression before '=' token
  58. process<uint8_t> = process_sse2<uint8_t, int>;
  59. ^
  60. EEDI3/EEDI3.cpp:271:25: error: expected primary-expression before '>' token
  61. process<uint16_t> = process_sse2<uint16_t, int>;
  62. ^
  63. EEDI3/EEDI3.cpp:271:27: error: expected primary-expression before '=' token
  64. process<uint16_t> = process_sse2<uint16_t, int>;
  65. ^
  66. EEDI3/EEDI3.cpp:272:17: error: expected primary-expression before 'float'
  67. process<float> = process_sse2<float, float>;
  68. ^
  69. EEDI3/EEDI3.cpp: In function 'const VSFrameRef* eedi3GetFrame(int, int, void**, void**, VSFrameContext*, VSCore*, const VSAPI*)':
  70. EEDI3/EEDI3.cpp:400:13: error: 'process' was not declared in this scope
  71. process<uint8_t>(src, scp, dst, pad, field_n, d, vsapi);
  72. ^
  73. EEDI3/EEDI3.cpp:400:28: error: expected primary-expression before '>' token
  74. process<uint8_t>(src, scp, dst, pad, field_n, d, vsapi);
  75. ^
  76. EEDI3/EEDI3.cpp:400:35: warning: left operand of comma operator has no effect [-Wunused-value]
  77. process<uint8_t>(src, scp, dst, pad, field_n, d, vsapi);
  78. ^
  79. EEDI3/EEDI3.cpp:400:40: warning: right operand of comma operator has no effect [-Wunused-value]
  80. process<uint8_t>(src, scp, dst, pad, field_n, d, vsapi);
  81. ^
  82. EEDI3/EEDI3.cpp:400:45: warning: right operand of comma operator has no effect [-Wunused-value]
  83. process<uint8_t>(src, scp, dst, pad, field_n, d, vsapi);
  84. ^
  85. EEDI3/EEDI3.cpp:400:50: warning: right operand of comma operator has no effect [-Wunused-value]
  86. process<uint8_t>(src, scp, dst, pad, field_n, d, vsapi);
  87. ^
  88. EEDI3/EEDI3.cpp:400:59: warning: right operand of comma operator has no effect [-Wunused-value]
  89. process<uint8_t>(src, scp, dst, pad, field_n, d, vsapi);
  90. ^
  91. EEDI3/EEDI3.cpp:400:62: warning: right operand of comma operator has no effect [-Wunused-value]
  92. process<uint8_t>(src, scp, dst, pad, field_n, d, vsapi);
  93. ^
  94. EEDI3/EEDI3.cpp:402:13: error: 'process' was not declared in this scope
  95. process<uint16_t>(src, scp, dst, pad, field_n, d, vsapi);
  96. ^
  97. EEDI3/EEDI3.cpp:402:29: error: expected primary-expression before '>' token
  98. process<uint16_t>(src, scp, dst, pad, field_n, d, vsapi);
  99. ^
  100. EEDI3/EEDI3.cpp:402:36: warning: left operand of comma operator has no effect [-Wunused-value]
  101. process<uint16_t>(src, scp, dst, pad, field_n, d, vsapi);
  102. ^
  103. EEDI3/EEDI3.cpp:402:41: warning: right operand of comma operator has no effect [-Wunused-value]
  104. process<uint16_t>(src, scp, dst, pad, field_n, d, vsapi);
  105. ^
  106. EEDI3/EEDI3.cpp:402:46: warning: right operand of comma operator has no effect [-Wunused-value]
  107. process<uint16_t>(src, scp, dst, pad, field_n, d, vsapi);
  108. ^
  109. EEDI3/EEDI3.cpp:402:51: warning: right operand of comma operator has no effect [-Wunused-value]
  110. process<uint16_t>(src, scp, dst, pad, field_n, d, vsapi);
  111. ^
  112. EEDI3/EEDI3.cpp:402:60: warning: right operand of comma operator has no effect [-Wunused-value]
  113. process<uint16_t>(src, scp, dst, pad, field_n, d, vsapi);
  114. ^
  115. EEDI3/EEDI3.cpp:402:63: warning: right operand of comma operator has no effect [-Wunused-value]
  116. process<uint16_t>(src, scp, dst, pad, field_n, d, vsapi);
  117. ^
  118. EEDI3/EEDI3.cpp:404:13: error: 'process' was not declared in this scope
  119. process<float>(src, scp, dst, pad, field_n, d, vsapi);
  120. ^
  121. EEDI3/EEDI3.cpp:404:21: error: expected primary-expression before 'float'
  122. process<float>(src, scp, dst, pad, field_n, d, vsapi);
  123. ^
  124. At global scope:
  125. cc1plus: warning: unrecognized command line option "-Wno-ignored-attributes"
  126. Makefile:617: recipe for target 'EEDI3/EEDI3.lo' failed
  127. make: *** [EEDI3/EEDI3.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement