Advertisement
Nickpips

Untitled

Mar 30th, 2020
1,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 54.95 KB | None | 0 0
  1. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:166: undefined reference to `aom_codec_decode'
  2. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:178: undefined reference to `aom_codec_get_frame'
  3. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:168: undefined reference to `aom_codec_error'
  4. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:169: undefined reference to `aom_codec_error_detail'
  5. ../lib/64/ffmpeg/linux/libavcodec.a(libaomdec.o): In function `aom_free':
  6. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:213: undefined reference to `aom_codec_destroy'
  7. ../lib/64/ffmpeg/linux/libavcodec.a(libaomdec.o): In function `aom_init':
  8. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:48: undefined reference to `aom_codec_version_str'
  9. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:49: undefined reference to `aom_codec_build_config'
  10. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:51: undefined reference to `aom_codec_av1_dx_algo'
  11. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:51: undefined reference to `aom_codec_dec_init_ver'
  12. /home/phil/Downloads/ffmpeg/libavcodec/libaomdec.c:52: undefined reference to `aom_codec_error'
  13. ../lib/64/ffmpeg/linux/libavcodec.a(libaomenc.o): In function `aom_encode':
  14. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:1002: undefined reference to `aom_codec_encode'
  15. ../lib/64/ffmpeg/linux/libavcodec.a(libaomenc.o): In function `queue_frames':
  16. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:898: undefined reference to `aom_codec_get_cx_data'
  17. ../lib/64/ffmpeg/linux/libavcodec.a(libaomenc.o): In function `log_encoder_error':
  18. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:140: undefined reference to `aom_codec_error'
  19. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:141: undefined reference to `aom_codec_error_detail'
  20. ../lib/64/ffmpeg/linux/libavcodec.a(libaomenc.o): In function `av1_init_static':
  21. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:1049: undefined reference to `aom_codec_av1_cx'
  22. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:1049: undefined reference to `aom_codec_get_caps'
  23. ../lib/64/ffmpeg/linux/libavcodec.a(libaomenc.o): In function `codecctl_int':
  24. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:249: undefined reference to `aom_codec_control_'
  25. ../lib/64/ffmpeg/linux/libavcodec.a(libaomenc.o): In function `aom_init':
  26. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:526: undefined reference to `aom_codec_get_caps'
  27. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:528: undefined reference to `aom_codec_version_str'
  28. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:529: undefined reference to `aom_codec_build_config'
  29. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:531: undefined reference to `aom_codec_enc_config_default'
  30. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:532: undefined reference to `aom_codec_err_to_string'
  31. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:679: undefined reference to `aom_codec_enc_init_ver'
  32. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:745: undefined reference to `aom_img_wrap'
  33. ../lib/64/ffmpeg/linux/libavcodec.a(libaomenc.o): In function `av1_init':
  34. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:1058: undefined reference to `aom_codec_av1_cx'
  35. ../lib/64/ffmpeg/linux/libavcodec.a(libaomenc.o): In function `aom_free':
  36. /home/phil/Downloads/ffmpeg/libavcodec/libaomenc.c:264: undefined reference to `aom_codec_destroy'
  37. ../lib/64/ffmpeg/linux/libavcodec.a(libmp3lame.o): In function `mp3lame_encode_frame':
  38. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:200: undefined reference to `lame_encode_buffer'
  39. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:203: undefined reference to `lame_encode_buffer_int'
  40. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:216: undefined reference to `lame_encode_buffer_float'
  41. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:224: undefined reference to `lame_encode_flush'
  42. ../lib/64/ffmpeg/linux/libavcodec.a(libmp3lame.o): In function `mp3lame_encode_close':
  43. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:87: undefined reference to `lame_close'
  44. ../lib/64/ffmpeg/linux/libavcodec.a(libmp3lame.o): In function `mp3lame_encode_init':
  45. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:99: undefined reference to `lame_init'
  46. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:103: undefined reference to `lame_set_num_channels'
  47. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:104: undefined reference to `lame_set_mode'
  48. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:107: undefined reference to `lame_set_in_samplerate'
  49. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:108: undefined reference to `lame_set_out_samplerate'
  50. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:112: undefined reference to `lame_set_quality'
  51. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:116: undefined reference to `lame_set_VBR'
  52. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:117: undefined reference to `lame_set_VBR_quality'
  53. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:121: undefined reference to `lame_set_VBR'
  54. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:122: undefined reference to `lame_set_VBR_mean_bitrate_kbps'
  55. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:124: undefined reference to `lame_set_brate'
  56. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:130: undefined reference to `lame_set_lowpassfreq'
  57. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:133: undefined reference to `lame_set_bWriteVbrTag'
  58. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:136: undefined reference to `lame_set_disable_reservoir'
  59. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:139: undefined reference to `lame_init_params'
  60. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:145: undefined reference to `lame_get_encoder_delay'
  61. /home/phil/Downloads/ffmpeg/libavcodec/libmp3lame.c:148: undefined reference to `lame_get_framesize'
  62. ../lib/64/ffmpeg/linux/libavcodec.a(libopusdec.o): In function `libopus_flush':
  63. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:204: undefined reference to `opus_multistream_decoder_ctl'
  64. ../lib/64/ffmpeg/linux/libavcodec.a(libopusdec.o): In function `libopus_decode':
  65. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:169: undefined reference to `opus_multistream_decode_float'
  66. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:165: undefined reference to `opus_multistream_decode'
  67. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:174: undefined reference to `opus_strerror'
  68. ../lib/64/ffmpeg/linux/libavcodec.a(libopusdec.o): In function `libopus_decode_close':
  69. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:145: undefined reference to `opus_multistream_decoder_destroy'
  70. ../lib/64/ffmpeg/linux/libavcodec.a(libopusdec.o): In function `libopus_decode_init':
  71. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:101: undefined reference to `opus_multistream_decoder_create'
  72. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:105: undefined reference to `opus_strerror'
  73. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:111: undefined reference to `opus_multistream_decoder_ctl'
  74. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:113: undefined reference to `opus_strerror'
  75. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:126: undefined reference to `opus_multistream_decoder_ctl'
  76. /home/phil/Downloads/ffmpeg/libavcodec/libopusdec.c:129: undefined reference to `opus_strerror'
  77. ../lib/64/ffmpeg/linux/libavcodec.a(libopusenc.o): In function `libopus_encode':
  78. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:487: undefined reference to `opus_multistream_encode'
  79. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:483: undefined reference to `opus_multistream_encode_float'
  80. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:492: undefined reference to `opus_strerror'
  81. ../lib/64/ffmpeg/linux/libavcodec.a(libopusenc.o): In function `libopus_encode_close':
  82. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:530: undefined reference to `opus_multistream_encoder_destroy'
  83. ../lib/64/ffmpeg/linux/libavcodec.a(libopusenc.o): In function `libopus_encode_init':
  84. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:348: undefined reference to `opus_multistream_encoder_create'
  85. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:358: undefined reference to `opus_multistream_surround_encoder_create'
  86. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:365: undefined reference to `opus_strerror'
  87. ../lib/64/ffmpeg/linux/libavcodec.a(libopusenc.o): In function `libopus_configure_encoder':
  88. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:121: undefined reference to `opus_multistream_encoder_ctl'
  89. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:123: undefined reference to `opus_strerror'
  90. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:128: undefined reference to `opus_multistream_encoder_ctl'
  91. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:131: undefined reference to `opus_strerror'
  92. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:134: undefined reference to `opus_multistream_encoder_ctl'
  93. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:136: undefined reference to `opus_strerror'
  94. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:139: undefined reference to `opus_multistream_encoder_ctl'
  95. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:142: undefined reference to `opus_strerror'
  96. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:145: undefined reference to `opus_multistream_encoder_ctl'
  97. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:148: undefined reference to `opus_strerror'
  98. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:153: undefined reference to `opus_multistream_encoder_ctl'
  99. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:156: undefined reference to `opus_strerror'
  100. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:161: undefined reference to `opus_multistream_encoder_ctl'
  101. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:164: undefined reference to `opus_strerror'
  102. ../lib/64/ffmpeg/linux/libavcodec.a(libopusenc.o): In function `libopus_encode_init':
  103. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:410: undefined reference to `opus_multistream_encoder_ctl'
  104. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:412: undefined reference to `opus_strerror'
  105. /home/phil/Downloads/ffmpeg/libavcodec/libopusenc.c:426: undefined reference to `opus_multistream_encoder_destroy'
  106. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisenc.o): In function `libvorbis_encode_frame':
  107. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:287: undefined reference to `vorbis_analysis_buffer'
  108. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:294: undefined reference to `vorbis_analysis_wrote'
  109. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:310: undefined reference to `vorbis_analysis_blockout'
  110. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:311: undefined reference to `vorbis_analysis'
  111. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:313: undefined reference to `vorbis_bitrate_addblock'
  112. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:317: undefined reference to `vorbis_bitrate_flushpacket'
  113. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:302: undefined reference to `vorbis_analysis_wrote'
  114. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisenc.o): In function `libvorbis_encode_close':
  115. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:180: undefined reference to `vorbis_analysis_wrote'
  116. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:182: undefined reference to `vorbis_block_clear'
  117. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:183: undefined reference to `vorbis_dsp_clear'
  118. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:184: undefined reference to `vorbis_info_clear'
  119. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisenc.o): In function `libvorbis_encode_init':
  120. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:203: undefined reference to `vorbis_info_init'
  121. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisenc.o): In function `libvorbis_setup':
  122. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:98: undefined reference to `vorbis_encode_setup_vbr'
  123. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:107: undefined reference to `vorbis_encode_setup_managed'
  124. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:114: undefined reference to `vorbis_encode_ctl'
  125. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:121: undefined reference to `vorbis_encode_ctl'
  126. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:127: undefined reference to `vorbis_encode_ctl'
  127. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:160: undefined reference to `vorbis_encode_setup_init'
  128. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisenc.o): In function `libvorbis_encode_init':
  129. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:208: undefined reference to `vorbis_analysis_init'
  130. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:214: undefined reference to `vorbis_block_init'
  131. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:220: undefined reference to `vorbis_comment_init'
  132. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:222: undefined reference to `vorbis_comment_add_tag'
  133. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:224: undefined reference to `vorbis_analysis_headerout'
  134. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisenc.c:257: undefined reference to `vorbis_comment_clear'
  135. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `decode_frame':
  136. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:199: undefined reference to `vpx_codec_decode'
  137. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `vpx_decode':
  138. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:260: undefined reference to `vpx_codec_get_frame'
  139. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `decode_frame':
  140. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:199: undefined reference to `vpx_codec_decode'
  141. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:200: undefined reference to `vpx_codec_error'
  142. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:201: undefined reference to `vpx_codec_error_detail'
  143. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `vpx_decode':
  144. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:262: undefined reference to `vpx_codec_get_frame'
  145. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `decode_frame':
  146. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:200: undefined reference to `vpx_codec_error'
  147. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `vpx_free':
  148. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:340: undefined reference to `vpx_codec_destroy'
  149. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:342: undefined reference to `vpx_codec_destroy'
  150. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `vpx_init':
  151. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:90: undefined reference to `vpx_codec_version_str'
  152. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:91: undefined reference to `vpx_codec_build_config'
  153. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:93: undefined reference to `vpx_codec_dec_init_ver'
  154. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:94: undefined reference to `vpx_codec_error'
  155. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:101: undefined reference to `vpx_codec_set_frame_buffer_functions'
  156. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `vp8_init':
  157. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:351: undefined reference to `vpx_codec_vp8_dx_algo'
  158. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `vp9_init':
  159. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:372: undefined reference to `vpx_codec_vp9_dx_algo'
  160. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxdec.o): In function `vpx_decode':
  161. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:239: undefined reference to `vpx_codec_vp8_dx_algo'
  162. /home/phil/Downloads/ffmpeg/libavcodec/libvpxdec.c:239: undefined reference to `vpx_codec_vp9_dx_algo'
  163. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `vp9_encode_set_roi':
  164. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1384: undefined reference to `vpx_codec_version'
  165. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1412: undefined reference to `vpx_codec_control_'
  166. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `vpx_encode':
  167. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1585: undefined reference to `vpx_codec_encode'
  168. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1593: undefined reference to `vpx_codec_encode'
  169. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `queue_frames':
  170. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1192: undefined reference to `vpx_codec_get_cx_data'
  171. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1194: undefined reference to `vpx_codec_get_cx_data'
  172. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `realloc_alpha_uv':
  173. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1465: undefined reference to `vpx_img_wrap'
  174. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `vp8_encode_set_roi':
  175. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1442: undefined reference to `vpx_codec_control_'
  176. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `log_encoder_error':
  177. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:177: undefined reference to `vpx_codec_error'
  178. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:178: undefined reference to `vpx_codec_error_detail'
  179. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `codecctl_intp':
  180. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:345: undefined reference to `vpx_codec_control_'
  181. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `vpx_free':
  182. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:371: undefined reference to `vpx_codec_destroy'
  183. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:373: undefined reference to `vpx_codec_destroy'
  184. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `codecctl_int':
  185. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:323: undefined reference to `vpx_codec_control_'
  186. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `vpx_init':
  187. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:740: undefined reference to `vpx_codec_get_caps'
  188. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:745: undefined reference to `vpx_codec_version_str'
  189. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:746: undefined reference to `vpx_codec_build_config'
  190. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:751: undefined reference to `vpx_codec_enc_config_default'
  191. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:752: undefined reference to `vpx_codec_err_to_string'
  192. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:922: undefined reference to `vpx_codec_enc_init_ver'
  193. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:944: undefined reference to `vpx_codec_enc_init_ver'
  194. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1029: undefined reference to `vpx_img_wrap'
  195. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `vp8_init':
  196. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1743: undefined reference to `vpx_codec_vp8_cx'
  197. ../lib/64/ffmpeg/linux/libavcodec.a(libvpxenc.o): In function `vp9_init':
  198. /home/phil/Downloads/ffmpeg/libavcodec/libvpxenc.c:1773: undefined reference to `vpx_codec_vp9_cx'
  199. ../lib/64/ffmpeg/linux/libavcodec.a(libwavpackenc.o): In function `wavpack_encode_frame':
  200. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:58: undefined reference to `WavpackPackSamples'
  201. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:68: undefined reference to `WavpackFlushSamples'
  202. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:60: undefined reference to `WavpackGetErrorMessage'
  203. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:70: undefined reference to `WavpackGetErrorMessage'
  204. ../lib/64/ffmpeg/linux/libavcodec.a(libwavpackenc.o): In function `wavpack_encode_close':
  205. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:176: undefined reference to `WavpackCloseFile'
  206. ../lib/64/ffmpeg/linux/libavcodec.a(libwavpackenc.o): In function `wavpack_encode_init':
  207. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:117: undefined reference to `WavpackOpenFileOutput'
  208. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:153: undefined reference to `WavpackSetConfiguration'
  209. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:157: undefined reference to `WavpackPackInit'
  210. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:166: undefined reference to `WavpackGetErrorMessage'
  211. /home/phil/Downloads/ffmpeg/libavcodec/libwavpackenc.c:168: undefined reference to `WavpackCloseFile'
  212. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc.o): In function `libwebp_encode_frame':
  213. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc.c:48: undefined reference to `WebPMemoryWriterInit'
  214. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc.c:50: undefined reference to `WebPMemoryWrite'
  215. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc.c:52: undefined reference to `WebPEncode'
  216. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc.c:70: undefined reference to `WebPMemoryWriterClear'
  217. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc.c:74: undefined reference to `WebPPictureFree'
  218. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_animencoder.o): In function `libwebp_anim_encode_close':
  219. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc_animencoder.c:122: undefined reference to `WebPAnimEncoderDelete'
  220. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_animencoder.o): In function `libwebp_anim_encode_frame':
  221. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc_animencoder.c:68: undefined reference to `WebPAnimEncoderAssemble'
  222. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc_animencoder.c:96: undefined reference to `WebPAnimEncoderAdd'
  223. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc_animencoder.c:111: undefined reference to `WebPPictureFree'
  224. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_animencoder.o): In function `WebPAnimEncoderOptionsInit':
  225. /usr/include/webp/mux.h:454: undefined reference to `WebPAnimEncoderOptionsInitInternal'
  226. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_animencoder.o): In function `WebPAnimEncoderNew':
  227. /usr/include/webp/mux.h:471: undefined reference to `WebPAnimEncoderNewInternal'
  228. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_common.o): In function `WebPPictureInit':
  229. /usr/include/webp/encode.h:367: undefined reference to `WebPPictureInitInternal'
  230. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_common.o): In function `ff_libwebp_get_frame':
  231. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc_common.c:216: undefined reference to `WebPCleanupTransparentArea'
  232. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_common.o): In function `WebPConfigPreset':
  233. /usr/include/webp/encode.h:182: undefined reference to `WebPConfigInitInternal'
  234. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_common.o): In function `WebPConfigInit':
  235. /usr/include/webp/encode.h:172: undefined reference to `WebPConfigInitInternal'
  236. ../lib/64/ffmpeg/linux/libavcodec.a(libwebpenc_common.o): In function `ff_libwebp_encode_init_common':
  237. /home/phil/Downloads/ffmpeg/libavcodec/libwebpenc_common.c:74: undefined reference to `WebPValidateConfig'
  238. ../lib/64/ffmpeg/linux/libavcodec.a(libx264.o): In function `X264_frame':
  239. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:305: undefined reference to `x264_picture_init'
  240. ../lib/64/ffmpeg/linux/libavcodec.a(libx264.o): In function `reconfig_encoder':
  241. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:287: undefined reference to `x264_encoder_reconfig'
  242. ../lib/64/ffmpeg/linux/libavcodec.a(libx264.o): In function `X264_frame':
  243. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:442: undefined reference to `x264_encoder_encode'
  244. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:442: undefined reference to `x264_encoder_encode'
  245. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:448: undefined reference to `x264_encoder_delayed_frames'
  246. ../lib/64/ffmpeg/linux/libavcodec.a(libx264.o): In function `reconfig_encoder':
  247. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:202: undefined reference to `x264_encoder_reconfig'
  248. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:214: undefined reference to `x264_encoder_reconfig'
  249. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:240: undefined reference to `x264_encoder_reconfig'
  250. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:207: undefined reference to `x264_encoder_reconfig'
  251. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:220: undefined reference to `x264_encoder_reconfig'
  252. ../lib/64/ffmpeg/linux/libavcodec.a(libx264.o):/home/phil/Downloads/ffmpeg/libavcodec/libx264.c:227: more undefined references to `x264_encoder_reconfig' follow
  253. ../lib/64/ffmpeg/linux/libavcodec.a(libx264.o): In function `X264_close':
  254. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:510: undefined reference to `x264_encoder_close'
  255. ../lib/64/ffmpeg/linux/libavcodec.a(libx264.o): In function `X264_init':
  256. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:589: undefined reference to `x264_param_default'
  257. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:594: undefined reference to `x264_param_default_preset'
  258. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:619: undefined reference to `x264_param_parse'
  259. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:653: undefined reference to `x264_param_parse'
  260. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:712: undefined reference to `x264_levels'
  261. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:752: undefined reference to `x264_param_parse'
  262. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:753: undefined reference to `x264_param_parse'
  263. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:754: undefined reference to `x264_param_parse'
  264. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:755: undefined reference to `x264_param_parse'
  265. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:803: undefined reference to `x264_param_apply_fastfirstpass'
  266. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:843: undefined reference to `x264_param_apply_profile'
  267. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:900: undefined reference to `x264_param_parse'
  268. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:902: undefined reference to `x264_param_parse'
  269. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:912: undefined reference to `x264_param_parse'
  270. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:927: undefined reference to `x264_encoder_open_155'
  271. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:936: undefined reference to `x264_encoder_headers'
  272. /home/phil/Downloads/ffmpeg/libavcodec/libx264.c:967: undefined reference to `x264_encoder_maximum_delayed_frames'
  273. ../lib/64/ffmpeg/linux/libavcodec.a(libx265.o): In function `libx265_encode_init_csp':
  274. /home/phil/Downloads/ffmpeg/libavcodec/libx265.c:627: undefined reference to `x265_api_get_176'
  275. /home/phil/Downloads/ffmpeg/libavcodec/libx265.c:629: undefined reference to `x265_api_get_176'
  276. /home/phil/Downloads/ffmpeg/libavcodec/libx265.c:631: undefined reference to `x265_api_get_176'
  277. ../lib/64/ffmpeg/linux/libavcodec.a(libx265.o): In function `libx265_encode_init':
  278. /home/phil/Downloads/ffmpeg/libavcodec/libx265.c:122: undefined reference to `x265_api_get_176'
  279. /home/phil/Downloads/ffmpeg/libavcodec/libx265.c:124: undefined reference to `x265_api_get_176'
  280. ../lib/64/ffmpeg/linux/libavcodec.a(tiff.o): In function `tiff_uncompress_lzma':
  281. /home/phil/Downloads/ffmpeg/libavcodec/tiff.c:467: undefined reference to `lzma_stream_decoder'
  282. /home/phil/Downloads/ffmpeg/libavcodec/tiff.c:472: undefined reference to `lzma_code'
  283. /home/phil/Downloads/ffmpeg/libavcodec/tiff.c:473: undefined reference to `lzma_end'
  284. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode_h264.o): In function `vaapi_encode_h264_configure':
  285. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode_h264.c:1115: undefined reference to `vaQueryVendorString'
  286. ../lib/64/ffmpeg/linux/libavcodec.a(libvpx.o): In function `ff_vp9_init_static':
  287. /home/phil/Downloads/ffmpeg/libavcodec/libvpx.c:73: undefined reference to `vpx_codec_vp9_cx'
  288. /home/phil/Downloads/ffmpeg/libavcodec/libvpx.c:73: undefined reference to `vpx_codec_get_caps'
  289. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_wait':
  290. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:146: undefined reference to `vaSyncSurface'
  291. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:148: undefined reference to `vaErrorStr'
  292. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_free_output_buffer':
  293. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2075: undefined reference to `vaDestroyBuffer'
  294. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_alloc_output_buffer':
  295. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2093: undefined reference to `vaCreateBuffer'
  296. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2098: undefined reference to `vaErrorStr'
  297. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2110: undefined reference to `vaDestroyBuffer'
  298. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_make_packed_header':
  299. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:51: undefined reference to `vaCreateBuffer'
  300. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:62: undefined reference to `vaCreateBuffer'
  301. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:55: undefined reference to `vaErrorStr'
  302. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:66: undefined reference to `vaErrorStr'
  303. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_make_param_buffer':
  304. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:92: undefined reference to `vaCreateBuffer'
  305. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:95: undefined reference to `vaErrorStr'
  306. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_issue':
  307. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:558: undefined reference to `vaDestroyBuffer'
  308. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:504: undefined reference to `vaBeginPicture'
  309. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:513: undefined reference to `vaRenderPicture'
  310. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:522: undefined reference to `vaEndPicture'
  311. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:539: undefined reference to `vaDestroyBuffer'
  312. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:542: undefined reference to `vaErrorStr'
  313. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:507: undefined reference to `vaErrorStr'
  314. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:555: undefined reference to `vaEndPicture'
  315. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:516: undefined reference to `vaErrorStr'
  316. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:524: undefined reference to `vaErrorStr'
  317. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_output':
  318. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:591: undefined reference to `vaMapBuffer'
  319. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:622: undefined reference to `vaUnmapBuffer'
  320. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:638: undefined reference to `vaUnmapBuffer'
  321. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:624: undefined reference to `vaErrorStr'
  322. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:594: undefined reference to `vaErrorStr'
  323. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `ff_vaapi_encode_close':
  324. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2381: undefined reference to `vaDestroyContext'
  325. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2386: undefined reference to `vaDestroyConfig'
  326. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_profile_entrypoint':
  327. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1255: undefined reference to `vaMaxNumProfiles'
  328. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1261: undefined reference to `vaQueryConfigProfiles'
  329. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1263: undefined reference to `vaErrorStr'
  330. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1285: undefined reference to `vaProfileStr'
  331. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1315: undefined reference to `vaMaxNumEntrypoints'
  332. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1321: undefined reference to `vaQueryConfigEntrypoints'
  333. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1324: undefined reference to `vaErrorStr'
  334. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1348: undefined reference to `vaEntrypointStr'
  335. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1373: undefined reference to `vaGetConfigAttributes'
  336. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1377: undefined reference to `vaErrorStr'
  337. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_init_rate_control':
  338. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1448: undefined reference to `vaGetConfigAttributes'
  339. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1452: undefined reference to `vaErrorStr'
  340. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_init_gop_structure':
  341. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1769: undefined reference to `vaGetConfigAttributes'
  342. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1774: undefined reference to `vaErrorStr'
  343. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_init_slice_structure':
  344. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1854: undefined reference to `vaGetConfigAttributes'
  345. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1859: undefined reference to `vaErrorStr'
  346. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_init_packed_headers':
  347. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1932: undefined reference to `vaGetConfigAttributes'
  348. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1937: undefined reference to `vaErrorStr'
  349. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_init_roi':
  350. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2040: undefined reference to `vaGetConfigAttributes'
  351. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2045: undefined reference to `vaErrorStr'
  352. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `vaapi_encode_init_quality':
  353. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1994: undefined reference to `vaGetConfigAttributes'
  354. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:1999: undefined reference to `vaErrorStr'
  355. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_encode.o): In function `ff_vaapi_encode_init':
  356. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2266: undefined reference to `vaCreateConfig'
  357. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2271: undefined reference to `vaErrorStr'
  358. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2282: undefined reference to `vaCreateContext'
  359. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_encode.c:2289: undefined reference to `vaErrorStr'
  360. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisdec.o): In function `oggvorbis_decode_close':
  361. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:202: undefined reference to `vorbis_block_clear'
  362. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:203: undefined reference to `vorbis_dsp_clear'
  363. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:204: undefined reference to `vorbis_info_clear'
  364. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:205: undefined reference to `vorbis_comment_clear'
  365. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisdec.o): In function `oggvorbis_decode_frame':
  366. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:180: undefined reference to `vorbis_synthesis'
  367. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:186: undefined reference to `vorbis_synthesis_pcmout'
  368. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:190: undefined reference to `vorbis_synthesis_read'
  369. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:181: undefined reference to `vorbis_synthesis_blockin'
  370. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisdec.o): In function `oggvorbis_decode_init':
  371. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:48: undefined reference to `vorbis_info_init'
  372. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:49: undefined reference to `vorbis_comment_init'
  373. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:108: undefined reference to `vorbis_synthesis_headerin'
  374. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:120: undefined reference to `vorbis_synthesis_init'
  375. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:121: undefined reference to `vorbis_block_init'
  376. ../lib/64/ffmpeg/linux/libavcodec.a(libvorbisdec.o): In function `oggvorbis_decode_close':
  377. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:202: undefined reference to `vorbis_block_clear'
  378. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:203: undefined reference to `vorbis_dsp_clear'
  379. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:204: undefined reference to `vorbis_info_clear'
  380. /home/phil/Downloads/ffmpeg/libavcodec/libvorbisdec.c:205: undefined reference to `vorbis_comment_clear'
  381. ../lib/64/ffmpeg/linux/libavcodec.a(qsvdec.o): In function `qsv_init_session':
  382. /home/phil/Downloads/ffmpeg/libavcodec/qsvdec.c:154: undefined reference to `MFXVideoDECODE_Close'
  383. /home/phil/Downloads/ffmpeg/libavcodec/qsvdec.c:111: undefined reference to `MFXClose'
  384. /home/phil/Downloads/ffmpeg/libavcodec/qsvdec.c:132: undefined reference to `MFXClose'
  385. ../lib/64/ffmpeg/linux/libavcodec.a(qsvdec.o): In function `qsv_decode':
  386. /home/phil/Downloads/ffmpeg/libavcodec/qsvdec.c:433: undefined reference to `MFXVideoDECODE_DecodeFrameAsync'
  387. /home/phil/Downloads/ffmpeg/libavcodec/qsvdec.c:489: undefined reference to `MFXVideoCORE_SyncOperation'
  388. ../lib/64/ffmpeg/linux/libavcodec.a(qsvdec.o): In function `ff_qsv_decode_close':
  389. /home/phil/Downloads/ffmpeg/libavcodec/qsvdec.c:538: undefined reference to `MFXVideoDECODE_Close'
  390. ../lib/64/ffmpeg/linux/libavcodec.a(qsvdec.o): In function `qsv_decode_header':
  391. /home/phil/Downloads/ffmpeg/libavcodec/qsvdec.c:285: undefined reference to `MFXVideoDECODE_DecodeHeader'
  392. ../lib/64/ffmpeg/linux/libavcodec.a(qsvdec.o): In function `qsv_decode_init':
  393. /home/phil/Downloads/ffmpeg/libavcodec/qsvdec.c:244: undefined reference to `MFXVideoDECODE_Init'
  394. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `qsv_retrieve_enc_vp9_params':
  395. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:872: undefined reference to `MFXVideoENCODE_GetVideoParam'
  396. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `qsv_retrieve_enc_params':
  397. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:956: undefined reference to `MFXVideoENCODE_GetVideoParam'
  398. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `ff_qsv_enc_init':
  399. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:1138: undefined reference to `MFXQueryVersion'
  400. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `check_enc_param':
  401. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:394: undefined reference to `MFXVideoENCODE_Query'
  402. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `ff_qsv_enc_init':
  403. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:1185: undefined reference to `MFXVideoENCODE_Query'
  404. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:1193: undefined reference to `MFXVideoENCODE_QueryIOSurf'
  405. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:1204: undefined reference to `MFXVideoENCODE_Init'
  406. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `qsv_retrieve_enc_jpeg_params':
  407. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:819: undefined reference to `MFXVideoENCODE_GetVideoParam'
  408. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `encode_frame':
  409. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:1474: undefined reference to `MFXVideoENCODE_EncodeFrameAsync'
  410. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `ff_qsv_encode':
  411. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:1543: undefined reference to `MFXVideoCORE_SyncOperation'
  412. ../lib/64/ffmpeg/linux/libavcodec.a(qsvenc.o): In function `ff_qsv_enc_close':
  413. /home/phil/Downloads/ffmpeg/libavcodec/qsvenc.c:1615: undefined reference to `MFXVideoENCODE_Close'
  414. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `ff_vaapi_decode_destroy_buffers':
  415. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:131: undefined reference to `vaDestroyBuffer'
  416. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:141: undefined reference to `vaDestroyBuffer'
  417. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:144: undefined reference to `vaErrorStr'
  418. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:134: undefined reference to `vaErrorStr'
  419. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `vaapi_decode_make_config':
  420. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:442: undefined reference to `vaMaxNumProfiles'
  421. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:450: undefined reference to `vaQueryConfigProfiles'
  422. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:514: undefined reference to `vaCreateConfig'
  423. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `vaapi_decode_find_best_format':
  424. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:293: undefined reference to `vaQuerySurfaceAttributes'
  425. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:305: undefined reference to `vaQuerySurfaceAttributes'
  426. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `vaapi_decode_make_config':
  427. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:597: undefined reference to `vaDestroyConfig'
  428. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:453: undefined reference to `vaErrorStr'
  429. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:518: undefined reference to `vaErrorStr'
  430. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `vaapi_decode_find_best_format':
  431. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:308: undefined reference to `vaErrorStr'
  432. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:296: undefined reference to `vaErrorStr'
  433. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `ff_vaapi_decode_make_param_buffer':
  434. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:42: undefined reference to `vaCreateBuffer'
  435. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:45: undefined reference to `vaErrorStr'
  436. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `ff_vaapi_decode_make_slice_buffer':
  437. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:88: undefined reference to `vaCreateBuffer'
  438. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:102: undefined reference to `vaCreateBuffer'
  439. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:93: undefined reference to `vaErrorStr'
  440. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:107: undefined reference to `vaErrorStr'
  441. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:110: undefined reference to `vaDestroyBuffer'
  442. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `ff_vaapi_decode_issue':
  443. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:161: undefined reference to `vaBeginPicture'
  444. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:170: undefined reference to `vaRenderPicture'
  445. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:179: undefined reference to `vaRenderPicture'
  446. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:188: undefined reference to `vaEndPicture'
  447. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:190: undefined reference to `vaErrorStr'
  448. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:164: undefined reference to `vaErrorStr'
  449. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:208: undefined reference to `vaEndPicture'
  450. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:210: undefined reference to `vaErrorStr'
  451. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:173: undefined reference to `vaErrorStr'
  452. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:182: undefined reference to `vaErrorStr'
  453. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `ff_vaapi_common_frame_params':
  454. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:623: undefined reference to `vaDestroyConfig'
  455. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `ff_vaapi_decode_uninit':
  456. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:737: undefined reference to `vaDestroyConfig'
  457. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:739: undefined reference to `vaErrorStr'
  458. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:729: undefined reference to `vaDestroyContext'
  459. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:731: undefined reference to `vaErrorStr'
  460. ../lib/64/ffmpeg/linux/libavcodec.a(vaapi_decode.o): In function `ff_vaapi_decode_init':
  461. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:691: undefined reference to `vaCreateContext'
  462. /home/phil/Downloads/ffmpeg/libavcodec/vaapi_decode.c:698: undefined reference to `vaErrorStr'
  463. ../lib/64/ffmpeg/linux/libavcodec.a(qsv.o): In function `qsv_load_plugins':
  464. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:307: undefined reference to `MFXVideoUSER_Load'
  465. ../lib/64/ffmpeg/linux/libavcodec.a(qsv.o): In function `ff_qsv_init_internal_session':
  466. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:377: undefined reference to `MFXInitEx'
  467. ../lib/64/ffmpeg/linux/libavcodec.a(qsv.o): In function `ff_qsv_set_display_handle':
  468. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:349: undefined reference to `MFXVideoCORE_SetHandle'
  469. ../lib/64/ffmpeg/linux/libavcodec.a(qsv.o): In function `ff_qsv_init_internal_session':
  470. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:394: undefined reference to `MFXQueryIMPL'
  471. ../lib/64/ffmpeg/linux/libavcodec.a(qsv.o): In function `ff_qsv_init_session_device':
  472. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:691: undefined reference to `MFXQueryIMPL'
  473. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:693: undefined reference to `MFXQueryVersion'
  474. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:699: undefined reference to `MFXVideoCORE_GetHandle'
  475. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:716: undefined reference to `MFXInitEx'
  476. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:722: undefined reference to `MFXVideoCORE_SetHandle'
  477. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:729: undefined reference to `MFXJoinSession'
  478. ../lib/64/ffmpeg/linux/libavcodec.a(qsv.o): In function `ff_qsv_init_session_frames':
  479. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:782: undefined reference to `MFXVideoCORE_SetFrameAllocator'
  480. ../lib/64/ffmpeg/linux/libavcodec.a(qsv.o): In function `ff_qsv_close_internal_session':
  481. /home/phil/Downloads/ffmpeg/libavcodec/qsv.c:795: undefined reference to `MFXClose'
  482. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_qsv.o): In function `qsv_frames_uninit':
  483. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:157: undefined reference to `MFXVideoVPP_Close'
  484. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:158: undefined reference to `MFXClose'
  485. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:164: undefined reference to `MFXVideoVPP_Close'
  486. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:165: undefined reference to `MFXClose'
  487. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_qsv.o): In function `qsv_device_free':
  488. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1071: undefined reference to `MFXClose'
  489. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_qsv.o): In function `qsv_device_init':
  490. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:127: undefined reference to `MFXVideoCORE_GetHandle'
  491. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:141: undefined reference to `MFXQueryIMPL'
  492. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:143: undefined reference to `MFXQueryVersion'
  493. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_qsv.o): In function `qsv_init_internal_session':
  494. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:448: undefined reference to `MFXInit'
  495. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:455: undefined reference to `MFXVideoCORE_SetHandle'
  496. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:462: undefined reference to `MFXVideoCORE_SetFrameAllocator'
  497. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:493: undefined reference to `MFXVideoVPP_Init'
  498. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:497: undefined reference to `MFXClose'
  499. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_qsv.o): In function `qsv_transfer_data_to':
  500. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:926: undefined reference to `MFXVideoVPP_RunFrameVPPAsync'
  501. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:937: undefined reference to `MFXVideoCORE_SyncOperation'
  502. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_qsv.o): In function `qsv_device_derive_from_child':
  503. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1187: undefined reference to `MFXClose'
  504. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1146: undefined reference to `MFXInit'
  505. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1154: undefined reference to `MFXQueryVersion'
  506. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1165: undefined reference to `MFXClose'
  507. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1167: undefined reference to `MFXInit'
  508. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1175: undefined reference to `MFXVideoCORE_SetHandle'
  509. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_qsv.o): In function `qsv_transfer_data_from':
  510. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:834: undefined reference to `MFXVideoVPP_RunFrameVPPAsync'
  511. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:845: undefined reference to `MFXVideoCORE_SyncOperation'
  512. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_qsv.o): In function `qsv_device_derive_from_child':
  513. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1187: undefined reference to `MFXClose'
  514. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1146: undefined reference to `MFXInit'
  515. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1154: undefined reference to `MFXQueryVersion'
  516. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1165: undefined reference to `MFXClose'
  517. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1167: undefined reference to `MFXInit'
  518. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_qsv.c:1175: undefined reference to `MFXVideoCORE_SetHandle'
  519. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_map_frame':
  520. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:775: undefined reference to `vaSyncSurface'
  521. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:809: undefined reference to `vaCreateImage'
  522. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:831: undefined reference to `vaMapBuffer'
  523. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:833: undefined reference to `vaErrorStr'
  524. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:863: undefined reference to `vaUnmapBuffer'
  525. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:865: undefined reference to `vaDestroyImage'
  526. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:819: undefined reference to `vaGetImage'
  527. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:792: undefined reference to `vaDeriveImage'
  528. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:777: undefined reference to `vaErrorStr'
  529. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:812: undefined reference to `vaErrorStr'
  530. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:822: undefined reference to `vaErrorStr'
  531. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:794: undefined reference to `vaErrorStr'
  532. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_unmap_frame':
  533. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:710: undefined reference to `vaUnmapBuffer'
  534. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:727: undefined reference to `vaDestroyImage'
  535. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:712: undefined reference to `vaErrorStr'
  536. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:729: undefined reference to `vaErrorStr'
  537. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:718: undefined reference to `vaPutImage'
  538. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:722: undefined reference to `vaErrorStr'
  539. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_frames_init':
  540. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:608: undefined reference to `vaDeriveImage'
  541. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:619: undefined reference to `vaDestroyImage'
  542. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:621: undefined reference to `vaErrorStr'
  543. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_pool_alloc':
  544. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:458: undefined reference to `vaCreateSurfaces'
  545. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:463: undefined reference to `vaErrorStr'
  546. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:473: undefined reference to `vaDestroySurfaces'
  547. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_buffer_free':
  548. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:437: undefined reference to `vaDestroySurfaces'
  549. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:439: undefined reference to `vaErrorStr'
  550. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_frames_get_constraints':
  551. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:205: undefined reference to `vaQuerySurfaceAttributes'
  552. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:220: undefined reference to `vaQuerySurfaceAttributes'
  553. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:208: undefined reference to `vaErrorStr'
  554. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:223: undefined reference to `vaErrorStr'
  555. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_device_init':
  556. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:342: undefined reference to `vaMaxNumImageFormats'
  557. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:352: undefined reference to `vaQueryImageFormats'
  558. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:379: undefined reference to `vaQueryVendorString'
  559. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_device_free':
  560. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1416: undefined reference to `vaTerminate'
  561. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_device_connect':
  562. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1453: undefined reference to `vaSetErrorCallback'
  563. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1454: undefined reference to `vaSetInfoCallback'
  564. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1459: undefined reference to `vaInitialize'
  565. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1461: undefined reference to `vaErrorStr'
  566. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_device_create':
  567. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1583: undefined reference to `vaGetDisplay'
  568. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1610: undefined reference to `vaSetDriverName'
  569. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1565: undefined reference to `vaGetDisplayDRM'
  570. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1612: undefined reference to `vaErrorStr'
  571. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1614: undefined reference to `vaTerminate'
  572. ../lib/64/ffmpeg/linux/libavutil.a(hwcontext_vaapi.o): In function `vaapi_device_derive':
  573. /home/phil/Downloads/ffmpeg/libavutil/hwcontext_vaapi.c:1691: undefined reference to `vaGetDisplayDRM'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement