Advertisement
Guest User

Untitled

a guest
Jul 12th, 2011
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. =================== Plugin configuration ======================
  2. prefix : /usr
  3. exec_prefix : ${prefix}
  4. libdir : ${exec_prefix}/lib
  5. Audio Codec plugin install dir : ${libdir}/opal-3.10.2/codecs/audio
  6. Video Codec plugin install prefix: ${libdir}/opal-3.10.2/codecs/video
  7. LID plugin install prefix : ${libdir}/opal-3.10.2/lid
  8. FAX plugin install prefix : ${libdir}/opal-3.10.2/fax
  9.  
  10. GSM : yes (internal)
  11. GSM-AMR : yes
  12. iLBC : yes (internal)
  13. Speex : yes (system, version 1.2rc1)
  14. G.722 : yes
  15. G.722.1 : yes
  16. G.722.2 : yes
  17. G.726 : yes
  18. LPC10 : yes
  19. IMA_ADPCM : yes
  20. SBC : no
  21. CELT : no
  22. SILK : yes
  23.  
  24. H.261 : yes (vic)
  25. H.263/H.263+ : yes (ffmpeg)
  26. H.264 : yes (x264)
  27. THEORA : yes
  28. MPEG4 Part 2 : yes (no rate control correction)
  29.  
  30. SpanDSP FAX : no
  31.  
  32. Quicknet xJACK support : no
  33. Voicetronics VPB support : no
  34.  
  35. OS Type : linux-gnu
  36. Machine Type : x86_64
  37.  
  38. If all settings are OK, type make and make install
  39. ========================================================
  40. andres ~/bau3/irc/opal $ make
  41. make DEBUG_BUILD=no OPAL_SHARED_LIB=1
  42. make[1]: Entrando no diretório `/home/andres/bau3/irc/opal'
  43. [CC] src/opal/manager.cxx
  44. In file included from /home/andres/bau3/irc/opal/include/opal/mediastrm.h:43:0,
  45. from /home/andres/bau3/irc/opal/include/im/im.h:70,
  46. from /home/andres/bau3/irc/opal/include/opal/pres_ent.h:43,
  47. from /home/andres/bau3/irc/opal/include/opal/manager.h:41,
  48. from /home/andres/bau3/irc/opal/src/opal/manager.cxx:40:
  49. /home/andres/bau3/irc/opal/include/opal/mediafmt.h:435:5: error: ‘Comparison’ does not name a type
  50. make[1]: ** [/home/andres/bau3/irc/opal/lib_linux_x86_64/obj/manager.o] Erro 1
  51. make[1]: Saindo do diretório `/home/andres/bau3/irc/opal'
  52. make: ** [opt] Erro 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement