Advertisement
Guest User

aur vlc-git error

a guest
Feb 15th, 2013
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. avcodec/video.c:81:3: warning: #warning FIXME [-Wcpp]
  2. avcodec/video.c: In function ‘InitVideoDec’:
  3. avcodec/video.c:242:37: error: ‘CODEC_FLAG2_IGNORE_CROP’ undeclared (first use in this function)
  4. avcodec/video.c:242:37: note: each undeclared identifier is reported only once for each function it appears in
  5. avcodec/video.c:420:3: warning: #warning FIXME [-Wcpp]
  6. avcodec/video.c: In function ‘DecodeVideo’:
  7. avcodec/video.c:625:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  8. make[4]: *** [libavcodec_plugin_la-video.lo] Error 1
  9. make[4]: *** Waiting for unfinished jobs....
  10. avcodec/audio.c: In function ‘InitDecoderConfig’:
  11. avcodec/audio.c:92:41: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  12. avcodec/audio.c: In function ‘DecodeAudio’:
  13. avcodec/audio.c:265:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  14. avcodec/audio.c:265:20: warning: signed and unsigned type in conditional expression [-Wsign-compare]
  15. avcodec/audio.c:275:9: warning: ‘avcodec_decode_audio3’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3957) [-Wdeprecated-declarations]
  16. avcodec/audio.c: In function ‘SetupOutputFormat’:
  17. avcodec/audio.c:422:34: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  18. make[4]: Leaving directory `/var/build/vlc-git/src/vlc-build/modules/codec'
  19. make[3]: *** [all] Error 2
  20. make[3]: Leaving directory `/var/build/vlc-git/src/vlc-build/modules/codec'
  21. make[2]: *** [all-recursive] Error 1
  22. make[2]: Leaving directory `/var/build/vlc-git/src/vlc-build/modules'
  23. make[1]: *** [all-recursive] Error 1
  24. make[1]: Leaving directory `/var/build/vlc-git/src/vlc-build'
  25. make: *** [all] Error 2
  26. ==> ERROR: A failure occurred in build().
  27. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement