Advertisement
Guest User

Build Error

a guest
Jun 20th, 2014
280
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. CC avconv_dxva2.o
  2. avconv_dxva2.c: In function ‘dxva2_destroy_decoder’:
  3. avconv_dxva2.c:137:9: error: ‘IDirectXVideoDecoder’ has no member named ‘pVtbl’
  4. avconv_dxva2.c: In function ‘dxva2_uninit’:
  5. avconv_dxva2.c:155:9: error: ‘struct IDirectXVideoDecoderService’ has no member named ‘pVtbl’
  6. avconv_dxva2.c:161:9: error: ‘struct IDirect3DDeviceManager9’ has no member named ‘pVtbl’
  7. avconv_dxva2.c: In function ‘dxva2_release_buffer’:
  8. avconv_dxva2.c:194:5: error: ‘IDirectXVideoDecoder’ has no member named ‘pVtbl’
  9. avconv_dxva2.c: In function ‘dxva2_get_buffer’:
  10. avconv_dxva2.c:237:5: error: ‘IDirectXVideoDecoder’ has no member named ‘pVtbl’
  11. make: *** [avconv_dxva2.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement