Advertisement
Guest User

Untitled

a guest
Jun 29th, 2011
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.30 KB | None | 0 0
  1. In file included from libavcodec/crystalhd.c:82:0:
  2. /usr/include/libcrystalhd/bc_dts_types.h:103:22: error: conflicting types for ‘int32_t’
  3. /usr/include/stdint.h:39:15: note: previous declaration of ‘int32_t’ was here
  4. /usr/include/libcrystalhd/bc_dts_types.h:107:23: error: conflicting types for ‘uint32_t’
  5. /usr/include/stdint.h:52:23: note: previous declaration of ‘uint32_t’ was here
  6. In file included from libavcodec/crystalhd.c:84:0:
  7. /usr/include/libcrystalhd/libcrystalhd_if.h:149:5: error: unknown type name ‘HANDLE’
  8. /usr/include/libcrystalhd/libcrystalhd_if.h:177:5: error: unknown type name ‘HANDLE’
  9. /usr/include/libcrystalhd/libcrystalhd_if.h:215:5: error: unknown type name ‘HANDLE’
  10. /usr/include/libcrystalhd/libcrystalhd_if.h:255:5: error: unknown type name ‘HANDLE’
  11. /usr/include/libcrystalhd/libcrystalhd_if.h:300:5: error: unknown type name ‘HANDLE’
  12. /usr/include/libcrystalhd/libcrystalhd_if.h:339:5: error: unknown type name ‘HANDLE’
  13. /usr/include/libcrystalhd/libcrystalhd_if.h:371:5: error: unknown type name ‘HANDLE’
  14. /usr/include/libcrystalhd/libcrystalhd_if.h:402:5: error: unknown type name ‘HANDLE’
  15. /usr/include/libcrystalhd/libcrystalhd_if.h:452:5: error: unknown type name ‘HANDLE’
  16. /usr/include/libcrystalhd/libcrystalhd_if.h:486:5: error: unknown type name ‘HANDLE’
  17. /usr/include/libcrystalhd/libcrystalhd_if.h:522:5: error: unknown type name ‘HANDLE’
  18. /usr/include/libcrystalhd/libcrystalhd_if.h:569:5: error: unknown type name ‘HANDLE’
  19. /usr/include/libcrystalhd/libcrystalhd_if.h:604:5: error: unknown type name ‘HANDLE’
  20. /usr/include/libcrystalhd/libcrystalhd_if.h:635:5: error: unknown type name ‘HANDLE’
  21. /usr/include/libcrystalhd/libcrystalhd_if.h:666:5: error: unknown type name ‘HANDLE’
  22. /usr/include/libcrystalhd/libcrystalhd_if.h:695:5: error: unknown type name ‘HANDLE’
  23. /usr/include/libcrystalhd/libcrystalhd_if.h:726:5: error: unknown type name ‘HANDLE’
  24. /usr/include/libcrystalhd/libcrystalhd_if.h:757:5: error: unknown type name ‘HANDLE’
  25. /usr/include/libcrystalhd/libcrystalhd_if.h:786:5: error: unknown type name ‘HANDLE’
  26. /usr/include/libcrystalhd/libcrystalhd_if.h:829:5: error: unknown type name ‘HANDLE’
  27. /usr/include/libcrystalhd/libcrystalhd_if.h:878:5: error: unknown type name ‘HANDLE’
  28. /usr/include/libcrystalhd/libcrystalhd_if.h:908:5: error: unknown type name ‘HANDLE’
  29. /usr/include/libcrystalhd/libcrystalhd_if.h:954:5: error: unknown type name ‘HANDLE’
  30. /usr/include/libcrystalhd/libcrystalhd_if.h:990:5: error: unknown type name ‘HANDLE’
  31. /usr/include/libcrystalhd/libcrystalhd_if.h:1031:5: error: unknown type name ‘HANDLE’
  32. /usr/include/libcrystalhd/libcrystalhd_if.h:1068:5: error: unknown type name ‘HANDLE’
  33. /usr/include/libcrystalhd/libcrystalhd_if.h:1104:5: error: unknown type name ‘HANDLE’
  34. /usr/include/libcrystalhd/libcrystalhd_if.h:1138:5: error: unknown type name ‘HANDLE’
  35. /usr/include/libcrystalhd/libcrystalhd_if.h:1170:5: error: unknown type name ‘HANDLE’
  36. /usr/include/libcrystalhd/libcrystalhd_if.h:1198:5: error: unknown type name ‘HANDLE’
  37. /usr/include/libcrystalhd/libcrystalhd_if.h:1228:5: error: unknown type name ‘HANDLE’
  38. /usr/include/libcrystalhd/libcrystalhd_if.h:1265:5: error: unknown type name ‘HANDLE’
  39. /usr/include/libcrystalhd/libcrystalhd_if.h:1298:5: error: unknown type name ‘HANDLE’
  40. /usr/include/libcrystalhd/libcrystalhd_if.h:1329:5: error: unknown type name ‘HANDLE’
  41. /usr/include/libcrystalhd/libcrystalhd_if.h:1363:5: error: unknown type name ‘HANDLE’
  42. /usr/include/libcrystalhd/libcrystalhd_if.h:1393:5: error: unknown type name ‘HANDLE’
  43. /usr/include/libcrystalhd/libcrystalhd_if.h:1423:2: error: unknown type name ‘HANDLE’
  44. /usr/include/libcrystalhd/libcrystalhd_if.h:1451:2: error: unknown type name ‘HANDLE’
  45. /usr/include/libcrystalhd/libcrystalhd_if.h:1478:5: error: unknown type name ‘HANDLE’
  46. /usr/include/libcrystalhd/libcrystalhd_if.h:1507:5: error: unknown type name ‘HANDLE’
  47. libavcodec/crystalhd.c:125:5: error: unknown type name ‘HANDLE’
  48. libavcodec/crystalhd.c:153:7: warning: missing braces around initializer [-Wmissing-braces]
  49. libavcodec/crystalhd.c:153:7: warning: (near initialization for ‘options[0].default_val’) [-Wmissing-braces]
  50. libavcodec/crystalhd.c: In function ‘print_frame_info’:
  51. libavcodec/crystalhd.c:185:5: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  52. libavcodec/crystalhd.c:187:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  53. libavcodec/crystalhd.c:189:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  54. libavcodec/crystalhd.c:193:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  55. libavcodec/crystalhd.c:195:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  56. libavcodec/crystalhd.c:197:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  57. libavcodec/crystalhd.c:199:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  58. libavcodec/crystalhd.c:201:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  59. libavcodec/crystalhd.c:203:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  60. libavcodec/crystalhd.c:205:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  61. libavcodec/crystalhd.c:207:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  62. libavcodec/crystalhd.c:209:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  63. libavcodec/crystalhd.c:211:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  64. libavcodec/crystalhd.c:213:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  65. libavcodec/crystalhd.c:215:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  66. libavcodec/crystalhd.c:217:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  67. libavcodec/crystalhd.c:219:12: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  68. libavcodec/crystalhd.c:221:12: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 4 has type ‘uint32_t’ [-Wformat]
  69. libavcodec/crystalhd.c: In function ‘flush’:
  70. libavcodec/crystalhd.c:327:5: error: implicit declaration of function ‘DtsFlushInput’ [-Werror=implicit-function-declaration]
  71. libavcodec/crystalhd.c: In function ‘uninit’:
  72. libavcodec/crystalhd.c:334:5: error: unknown type name ‘HANDLE’
  73. libavcodec/crystalhd.c:337:5: error: implicit declaration of function ‘DtsStopDecoder’ [-Werror=implicit-function-declaration]
  74. libavcodec/crystalhd.c:338:5: error: implicit declaration of function ‘DtsCloseDecoder’ [-Werror=implicit-function-declaration]
  75. libavcodec/crystalhd.c:339:5: error: implicit declaration of function ‘DtsDeviceClose’ [-Werror=implicit-function-declaration]
  76. libavcodec/crystalhd.c: In function ‘init’:
  77. libavcodec/crystalhd.c:370:24: error: ‘FALSE’ undeclared (first use in this function)
  78. libavcodec/crystalhd.c:370:24: note: each undeclared identifier is reported only once for each function it appears in
  79. libavcodec/crystalhd.c:371:24: error: ‘TRUE’ undeclared (first use in this function)
  80. libavcodec/crystalhd.c:372:37: error: ‘vdecFrameRate59_94’ undeclared (first use in this function)
  81. libavcodec/crystalhd.c:384:21: error: ‘vdecRESOLUTION_1080p23_976’ undeclared (first use in this function)
  82. libavcodec/crystalhd.c:437:15: error: ‘BC_INPUT_FORMAT’ has no member named ‘ScalingParams’
  83. libavcodec/crystalhd.c:443:5: error: implicit declaration of function ‘DtsDeviceOpen’ [-Werror=implicit-function-declaration]
  84. libavcodec/crystalhd.c:449:5: error: implicit declaration of function ‘DtsCrystalHDVersion’ [-Werror=implicit-function-declaration]
  85. libavcodec/crystalhd.c:464:5: error: implicit declaration of function ‘DtsSetInputFormat’ [-Werror=implicit-function-declaration]
  86. libavcodec/crystalhd.c:470:5: error: implicit declaration of function ‘DtsOpenDecoder’ [-Werror=implicit-function-declaration]
  87. libavcodec/crystalhd.c:476:5: error: implicit declaration of function ‘DtsSetColorSpace’ [-Werror=implicit-function-declaration]
  88. libavcodec/crystalhd.c:481:5: error: implicit declaration of function ‘DtsStartDecoder’ [-Werror=implicit-function-declaration]
  89. libavcodec/crystalhd.c:486:5: error: implicit declaration of function ‘DtsStartCapture’ [-Werror=implicit-function-declaration]
  90. libavcodec/crystalhd.c: In function ‘copy_frame’:
  91. libavcodec/crystalhd.c:523:53: error: ‘VDEC_FLAG_BOTTOMFIELD’ undeclared (first use in this function)
  92. libavcodec/crystalhd.c:525:55: error: ‘VDEC_FLAG_BOTTOM_FIRST’ undeclared (first use in this function)
  93. libavcodec/crystalhd.c:558:5: error: implicit declaration of function ‘DtsGetDriverStatus’ [-Werror=implicit-function-declaration]
  94. libavcodec/crystalhd.c:582:50: error: ‘VDEC_FLAG_UNKNOWN_SRC’ undeclared (first use in this function)
  95. libavcodec/crystalhd.c:584:39: error: ‘BC_DTS_STATUS’ has no member named ‘picNumFlags’
  96. libavcodec/crystalhd.c:600:43: error: ‘VDEC_FLAG_INTERLACED_SRC’ undeclared (first use in this function)
  97. libavcodec/crystalhd.c:603:45: error: ‘BC_DTS_STATUS’ has no member named ‘picNumFlags’
  98. libavcodec/crystalhd.c: In function ‘receive_frame’:
  99. libavcodec/crystalhd.c:709:5: error: unknown type name ‘HANDLE’
  100. libavcodec/crystalhd.c:714:5: error: implicit declaration of function ‘DtsProcOutputNoCopy’ [-Werror=implicit-function-declaration]
  101. libavcodec/crystalhd.c:736:17: error: implicit declaration of function ‘DtsReleaseOutputBuffs’ [-Werror=implicit-function-declaration]
  102. libavcodec/crystalhd.c:736:50: error: ‘FALSE’ undeclared (first use in this function)
  103. libavcodec/crystalhd.c: In function ‘decode’:
  104. libavcodec/crystalhd.c:792:5: error: unknown type name ‘HANDLE’
  105. libavcodec/crystalhd.c:817:9: error: implicit declaration of function ‘DtsTxFreeSize’ [-Werror=implicit-function-declaration]
  106. libavcodec/crystalhd.c:880:13: error: implicit declaration of function ‘DtsProcInput’ [-Werror=implicit-function-declaration]
  107. libavcodec/crystalhd.c: In function ‘copy_frame’:
  108. libavcodec/crystalhd.c:697:1: warning: control reaches end of non-void function [-Wreturn-type]
  109. cc1: some warnings being treated as errors
  110.  
  111. make: *** [libavcodec/crystalhd.o] Błąd 1
  112. ==> BŁĄD: Wystąpił błąd w build().
  113. Przerywam...
  114. ==> ERROR: Makepkg was unable to build .
  115. ==> Restart building ffmpeg-git ? [y/N]
  116. ==> -----------------------------------
  117. ==>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement