Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_decode_subpacket':
  2. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:377: undefined reference to `avresample_is_open'
  3. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_decode_frame':
  4. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:221: undefined reference to `avresample_is_open'
  5. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_init_resample':
  6. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:163: undefined reference to `avresample_open'
  7. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:169: undefined reference to `avresample_convert'
  8. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_decode_frame':
  9. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:236: undefined reference to `avresample_convert'
  10. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_flush_resample':
  11. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:118: undefined reference to `avresample_convert'
  12. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_decode_subpacket':
  13. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:409: undefined reference to `avresample_close'
  14. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_decode_flush':
  15. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:558: undefined reference to `avresample_close'
  16. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_decode_close':
  17. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:580: undefined reference to `avresample_free'
  18. ../../gst-libs/ext/libav/libavcodec/libavcodec.a(opusdec.o): In function `opus_decode_init':
  19. /home/misko/gst/gst_1_5_0_1_git20140719/gst_libav3/gst-libav1.0-1.5.0.1+git20140719.cbbb7c1e+libav20140719.1a583c0c/gst-libs/ext/libav/libavcodec/opusdec.c:630: undefined reference to `avresample_alloc_context'
  20. collect2: error: ld returned 1 exit status
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement