Advertisement
djsashaz

Untitled

Jul 22nd, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. root@LinuxEncoder04:~/broadcastencoder/libmpegts-obe-0.1-beta# make install
  2. install -d /usr/local/bin
  3. install -d /usr/local/include
  4. install -d /usr/local/lib
  5. install -d /usr/local/lib/pkgconfig
  6. install -m 644 libmpegts.h /usr/local/include
  7. install -m 644 libmpegts.a /usr/local/lib
  8. install -m 644 libmpegts.pc /usr/local/lib/pkgconfig
  9. ranlib /usr/local/lib/libmpegts.a
  10. root@LinuxEncoder04:~/broadcastencoder/libmpegts-obe-0.1-beta# cd ..
  11. root@LinuxEncoder04:~/broadcastencoder# ls
  12. common config.h config.sub conftest.log filters libmpegts-obe-0.1-beta Makefile mux obecli.c obe.h README tools
  13. config.guess config.log configure encoders input libmpegts-obe-0.1-beta.tar.gz monitor obe.c obecli.h output RELEASENOTES
  14. root@LinuxEncoder04:~/broadcastencoder# ./configure
  15.  
  16. System Information
  17.  
  18. Platform: X86
  19. System: LINUX
  20. asm: yes
  21.  
  22. Input
  23.  
  24. decklink: no
  25. libzvbi: yes
  26.  
  27. Audio/Video Decoding
  28.  
  29. lavf: yes
  30.  
  31. Filters
  32.  
  33. swscale: yes
  34.  
  35. Audio Encoders
  36.  
  37. libtwolame: yes
  38.  
  39. Mux
  40.  
  41. libmpegts: yes
  42.  
  43. Frontends
  44.  
  45. readline: yes
  46.  
  47. Monitoring
  48.  
  49. net-snmp: no
  50.  
  51.  
  52. You can run 'make' now.
  53. root@LinuxEncoder04:~/broadcastencoder# make
  54. gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -I/usr/local/include -s -fomit-frame-pointer -fno-tree-vectorize -c -o obecli.o obecli.c
  55. obecli.c: In function ‘set_stream’:
  56. obecli.c:535:68: error: ‘X264_NAL_HRD_FAKE_CBR’ undeclared (first use in this function)
  57. obecli.c:535:68: note: each undeclared identifier is reported only once for each function it appears in
  58. obecli.c:535:92: error: ‘X264_NAL_HRD_FAKE_VBR’ undeclared (first use in this function)
  59. obecli.c: At top level:
  60. obecli.c:286:14: warning: ‘obe_otos’ defined but not used [-Wunused-function]
  61. make: *** [obecli.o] Error 1
  62. root@LinuxEncoder04:~/broadcastencoder# make install
  63. gcc -Wshadow -O3 -ffast-math -Wall -I. -march=i686 -mfpmath=sse -msse -std=gnu99 -I/usr/local/include -s -fomit-frame-pointer -fno-tree-vectorize -c -o obecli.o obecli.c
  64. obecli.c: In function ‘set_stream’:
  65. obecli.c:535:68: error: ‘X264_NAL_HRD_FAKE_CBR’ undeclared (first use in this function)
  66. obecli.c:535:68: note: each undeclared identifier is reported only once for each function it appears in
  67. obecli.c:535:92: error: ‘X264_NAL_HRD_FAKE_VBR’ undeclared (first use in this function)
  68. obecli.c: At top level:
  69. obecli.c:286:14: warning: ‘obe_otos’ defined but not used [-Wunused-function]
  70. make: *** [obecli.o] Error 1
  71. root@LinuxEncoder04:~/broadcastencoder#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement