Advertisement
Guest User

x264 compile output

a guest
Nov 25th, 2014
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.77 KB | None | 0 0
  1. # git clone --depth 1 git://git.videolan.org/x264
  2. /configure --prefixCloning into 'x264'...
  3. ="$HOME/ffmpeg_build" --bindir="/usr/bin" --enable-static
  4. remote: Counting objects: 230, done.
  5. remote: Compressing objects: 100% (217/217), done.
  6. remote: Total 230 (delta 34), reused 98 (delta 12)
  7. Receiving objects: 100% (230/230), 856.75 KiB | 657 KiB/s, done.
  8. Resolving deltas: 100% (34/34), done.
  9. # cd x264
  10. # ./configure --prefix="$HOME/ffmpeg_build" --bindir="/usr/bin" --enable-static
  11. platform: X86_64
  12. system: LINUX
  13. cli: yes
  14. libx264: internal
  15. shared: no
  16. static: yes
  17. asm: yes
  18. interlaced: yes
  19. avs: avxsynth
  20. lavf: yes
  21. ffms: no
  22. mp4: no
  23. gpl: yes
  24. thread: posix
  25. opencl: yes
  26. filters: resize crop select_every
  27. debug: no
  28. gprof: no
  29. strip: no
  30. PIC: no
  31. bit depth: 8
  32. chroma format: all
  33.  
  34. You can run 'make' or 'make fprofiled' now.
  35. # make fprofiled
  36. usage: make fprofiled VIDS="infile1 infile2 ..."
  37. where infiles are anything that x264 understands,
  38. i.e. YUV with resolution in the filename, y4m, or avisynth.
  39. # make
  40. cat common/opencl/x264-cl.h common/opencl/bidir.cl common/opencl/downscale.cl common/opencl/intra.cl common/opencl/motionsearch.cl common/opencl/subpel.cl common/opencl/weightp.cl | ./tools/cltostr.sh common/oclobj.h
  41. dependency file generation...
  42. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o x264.o x264.c
  43. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o input/input.o input/input.c
  44. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o input/timecode.o input/timecode.c
  45. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o input/raw.o input/raw.c
  46. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o input/y4m.o input/y4m.c
  47. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o output/raw.o output/raw.c
  48. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o output/matroska.o output/matroska.c
  49. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o output/matroska_ebml.o output/matroska_ebml.c
  50. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o output/flv.o output/flv.c
  51. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o output/flv_bytestream.o output/flv_bytestream.c
  52. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/filters.o filters/filters.c
  53. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/video.o filters/video/video.c
  54. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/source.o filters/video/source.c
  55. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/internal.o filters/video/internal.c
  56. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/resize.o filters/video/resize.c
  57. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/cache.o filters/video/cache.c
  58. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/fix_vfr_pts.o filters/video/fix_vfr_pts.c
  59. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/select_every.o filters/video/select_every.c
  60. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/crop.o filters/video/crop.c
  61. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o filters/video/depth.o filters/video/depth.c
  62. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o input/avs.o input/avs.c
  63. In file included from input/avs.c:47:
  64. ./extras/avxsynth_c.h: In function ‘avs_array_elt’:
  65. ./extras/avxsynth_c.h:509: warning: declaration of ‘index’ shadows a global declaration
  66. /usr/include/string.h:489: warning: shadowed declaration is here
  67. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o input/thread.o input/thread.c
  68. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o input/lavf.o input/lavf.c
  69. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/mc.o common/mc.c
  70. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/predict.o common/predict.c
  71. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/pixel.o common/pixel.c
  72. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/macroblock.o common/macroblock.c
  73. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/frame.o common/frame.c
  74. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/dct.o common/dct.c
  75. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/cpu.o common/cpu.c
  76. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/cabac.o common/cabac.c
  77. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/common.o common/common.c
  78. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/osdep.o common/osdep.c
  79. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/rectangle.o common/rectangle.c
  80. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/set.o common/set.c
  81. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/quant.o common/quant.c
  82. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/deblock.o common/deblock.c
  83. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/vlc.o common/vlc.c
  84. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/mvpred.o common/mvpred.c
  85. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/bitstream.o common/bitstream.c
  86. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/analyse.o encoder/analyse.c
  87. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/me.o encoder/me.c
  88. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/ratecontrol.o encoder/ratecontrol.c
  89. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/set.o encoder/set.c
  90. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/macroblock.o encoder/macroblock.c
  91. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/cabac.o encoder/cabac.c
  92. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/cavlc.o encoder/cavlc.c
  93. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/encoder.o encoder/encoder.c
  94. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/lookahead.o encoder/lookahead.c
  95. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/threadpool.o common/threadpool.c
  96. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/x86/mc-c.o common/x86/mc-c.c
  97. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/x86/predict-c.o common/x86/predict-c.c
  98. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o common/opencl.o common/opencl.c
  99. gcc -Wshadow -O3 -ffast-math -m64 -Wall -I. -I. -std=gnu99 -mpreferred-stack-boundary=5 -fomit-frame-pointer -fno-tree-vectorize -c -o encoder/slicetype-cl.o encoder/slicetype-cl.c
  100. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/const-a.o common/x86/const-a.asm
  101. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/cabac-a.o common/x86/cabac-a.asm
  102. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/dct-a.o common/x86/dct-a.asm
  103. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/deblock-a.o common/x86/deblock-a.asm
  104. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/mc-a.o common/x86/mc-a.asm
  105. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/mc-a2.o common/x86/mc-a2.asm
  106. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/pixel-a.o common/x86/pixel-a.asm
  107. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/predict-a.o common/x86/predict-a.asm
  108. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/quant-a.o common/x86/quant-a.asm
  109. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/cpu-a.o common/x86/cpu-a.asm
  110. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/dct-64.o common/x86/dct-64.asm
  111. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/bitstream-a.o common/x86/bitstream-a.asm
  112. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/sad-a.o common/x86/sad-a.asm
  113. yasm -I. -I. -DARCH_X86_64=1 -I./common/x86/ -f elf -m amd64 -Worphan-labels -DSTACK_ALIGNMENT=32 -DHIGH_BIT_DEPTH=0 -DBIT_DEPTH=8 -o common/x86/trellis-64.o common/x86/trellis-64.asm
  114. rm -f libx264.a
  115. ar rc libx264.a common/mc.o common/predict.o common/pixel.o common/macroblock.o common/frame.o common/dct.o common/cpu.o common/cabac.o common/common.o common/osdep.o common/rectangle.o common/set.o common/quant.o common/deblock.o common/vlc.o common/mvpred.o common/bitstream.o encoder/analyse.o encoder/me.o encoder/ratecontrol.o encoder/set.o encoder/macroblock.o encoder/cabac.o encoder/cavlc.o encoder/encoder.o encoder/lookahead.o common/threadpool.o common/x86/mc-c.o common/x86/predict-c.o common/opencl.o encoder/slicetype-cl.o common/x86/const-a.o common/x86/cabac-a.o common/x86/dct-a.o common/x86/deblock-a.o common/x86/mc-a.o common/x86/mc-a2.o common/x86/pixel-a.o common/x86/predict-a.o common/x86/quant-a.o common/x86/cpu-a.o common/x86/dct-64.o common/x86/bitstream-a.o common/x86/sad-a.o common/x86/trellis-64.o
  116. ranlib libx264.a
  117. gcc -o x264 x264.o input/input.o input/timecode.o input/raw.o input/y4m.o output/raw.o output/matroska.o output/matroska_ebml.o output/flv.o output/flv_bytestream.o filters/filters.o filters/video/video.o filters/video/source.o filters/video/internal.o filters/video/resize.o filters/video/cache.o filters/video/fix_vfr_pts.o filters/video/select_every.o filters/video/crop.o filters/video/depth.o input/avs.o input/thread.o input/lavf.o libx264.a -ldl -L. -lavformat -lpostproc -lavcodec -lswscale -lavutil -lm -lz -lpthread -lswscale -lavutil -m64 -lm -lpthread -ldl
  118. /usr/local/lib/libavcodec.a(libfaac.o): In function `Faac_encode_frame':
  119. /usr/src/ffmpeg/libavcodec/libfaac.c:190: undefined reference to `faacEncEncode'
  120. /usr/local/lib/libavcodec.a(libfaac.o): In function `Faac_encode_close':
  121. /usr/src/ffmpeg/libavcodec/libfaac.c:52: undefined reference to `faacEncClose'
  122. /usr/local/lib/libavcodec.a(libfaac.o): In function `Faac_encode_init':
  123. /usr/src/ffmpeg/libavcodec/libfaac.c:78: undefined reference to `faacEncOpen'
  124. /usr/src/ffmpeg/libavcodec/libfaac.c:88: undefined reference to `faacEncGetCurrentConfiguration'
  125. /usr/src/ffmpeg/libavcodec/libfaac.c:139: undefined reference to `faacEncGetDecoderSpecificInfo'
  126. /usr/src/ffmpeg/libavcodec/libfaac.c:153: undefined reference to `faacEncSetConfiguration'
  127. /usr/src/ffmpeg/libavcodec/libfaac.c:157: undefined reference to `faacEncSetConfiguration'
  128. /usr/local/lib/libavcodec.a(libmp3lame.o): In function `mp3lame_encode_frame':
  129. /usr/src/ffmpeg/libavcodec/libmp3lame.c:210: undefined reference to `lame_encode_flush'
  130. /usr/src/ffmpeg/libavcodec/libmp3lame.c:188: undefined reference to `lame_encode_buffer'
  131. /usr/src/ffmpeg/libavcodec/libmp3lame.c:191: undefined reference to `lame_encode_buffer_int'
  132. /usr/src/ffmpeg/libavcodec/libmp3lame.c:204: undefined reference to `lame_encode_buffer_float'
  133. /usr/local/lib/libavcodec.a(libmp3lame.o): In function `mp3lame_encode_close':
  134. /usr/src/ffmpeg/libavcodec/libmp3lame.c:88: undefined reference to `lame_close'
  135. /usr/local/lib/libavcodec.a(libmp3lame.o): In function `mp3lame_encode_init':
  136. /usr/src/ffmpeg/libavcodec/libmp3lame.c:100: undefined reference to `lame_init'
  137. /usr/src/ffmpeg/libavcodec/libmp3lame.c:104: undefined reference to `lame_set_num_channels'
  138. /usr/src/ffmpeg/libavcodec/libmp3lame.c:105: undefined reference to `lame_set_mode'
  139. /usr/src/ffmpeg/libavcodec/libmp3lame.c:108: undefined reference to `lame_set_in_samplerate'
  140. /usr/src/ffmpeg/libavcodec/libmp3lame.c:109: undefined reference to `lame_set_out_samplerate'
  141. /usr/src/ffmpeg/libavcodec/libmp3lame.c:113: undefined reference to `lame_set_quality'
  142. /usr/src/ffmpeg/libavcodec/libmp3lame.c:115: undefined reference to `lame_set_quality'
  143. /usr/src/ffmpeg/libavcodec/libmp3lame.c:119: undefined reference to `lame_set_VBR'
  144. /usr/src/ffmpeg/libavcodec/libmp3lame.c:120: undefined reference to `lame_set_VBR_quality'
  145. /usr/src/ffmpeg/libavcodec/libmp3lame.c:123: undefined reference to `lame_set_brate'
  146. /usr/src/ffmpeg/libavcodec/libmp3lame.c:127: undefined reference to `lame_set_bWriteVbrTag'
  147. /usr/src/ffmpeg/libavcodec/libmp3lame.c:130: undefined reference to `lame_set_disable_reservoir'
  148. /usr/src/ffmpeg/libavcodec/libmp3lame.c:133: undefined reference to `lame_init_params'
  149. /usr/src/ffmpeg/libavcodec/libmp3lame.c:139: undefined reference to `lame_get_encoder_delay'
  150. /usr/src/ffmpeg/libavcodec/libmp3lame.c:142: undefined reference to `lame_get_framesize'
  151. /usr/local/lib/libavcodec.a(libtheoraenc.o): In function `submit_stats':
  152. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:142: undefined reference to `th_encode_ctl'
  153. /usr/local/lib/libavcodec.a(libtheoraenc.o): In function `get_stats':
  154. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:101: undefined reference to `th_encode_ctl'
  155. /usr/local/lib/libavcodec.a(libtheoraenc.o): In function `encode_frame':
  156. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:302: undefined reference to `th_encode_ycbcr_in'
  157. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:325: undefined reference to `th_encode_packetout'
  158. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:282: undefined reference to `th_encode_packetout'
  159. /usr/local/lib/libavcodec.a(libtheoraenc.o): In function `encode_close':
  160. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:358: undefined reference to `th_encode_free'
  161. /usr/local/lib/libavcodec.a(libtheoraenc.o): In function `encode_init':
  162. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:171: undefined reference to `th_info_init'
  163. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:223: undefined reference to `th_encode_alloc'
  164. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:231: undefined reference to `th_info_clear'
  165. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:233: undefined reference to `th_encode_ctl'
  166. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:258: undefined reference to `th_comment_init'
  167. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:260: undefined reference to `th_encode_flushheader'
  168. /usr/src/ffmpeg/libavcodec/libtheoraenc.c:264: undefined reference to `th_comment_clear'
  169. /usr/local/lib/libavcodec.a(libvorbisenc.o): In function `oggvorbis_encode_frame':
  170. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:286: undefined reference to `vorbis_analysis_buffer'
  171. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:293: undefined reference to `vorbis_analysis_wrote'
  172. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:309: undefined reference to `vorbis_analysis_blockout'
  173. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:310: undefined reference to `vorbis_analysis'
  174. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:312: undefined reference to `vorbis_bitrate_addblock'
  175. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:316: undefined reference to `vorbis_bitrate_flushpacket'
  176. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:301: undefined reference to `vorbis_analysis_wrote'
  177. /usr/local/lib/libavcodec.a(libvorbisenc.o): In function `oggvorbis_encode_close':
  178. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:182: undefined reference to `vorbis_analysis_wrote'
  179. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:184: undefined reference to `vorbis_block_clear'
  180. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:185: undefined reference to `vorbis_dsp_clear'
  181. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:186: undefined reference to `vorbis_info_clear'
  182. /usr/local/lib/libavcodec.a(libvorbisenc.o): In function `oggvorbis_encode_init':
  183. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:203: undefined reference to `vorbis_info_init'
  184. /usr/local/lib/libavcodec.a(libvorbisenc.o): In function `oggvorbis_init_encoder':
  185. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:100: undefined reference to `vorbis_encode_setup_vbr'
  186. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:109: undefined reference to `vorbis_encode_setup_managed'
  187. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:116: undefined reference to `vorbis_encode_ctl'
  188. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:123: undefined reference to `vorbis_encode_ctl'
  189. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:129: undefined reference to `vorbis_encode_ctl'
  190. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:162: undefined reference to `vorbis_encode_setup_init'
  191. /usr/local/lib/libavcodec.a(libvorbisenc.o): In function `oggvorbis_encode_init':
  192. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:208: undefined reference to `vorbis_analysis_init'
  193. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:214: undefined reference to `vorbis_block_init'
  194. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:220: undefined reference to `vorbis_comment_init'
  195. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:222: undefined reference to `vorbis_comment_add_tag'
  196. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:224: undefined reference to `vorbis_analysis_headerout'
  197. /usr/src/ffmpeg/libavcodec/libvorbisenc.c:256: undefined reference to `vorbis_comment_clear'
  198. /usr/local/lib/libavcodec.a(libvpxdec.o): In function `vp8_decode':
  199. /usr/src/ffmpeg/libavcodec/libvpxdec.c:71: undefined reference to `vpx_codec_decode'
  200. /usr/src/ffmpeg/libavcodec/libvpxdec.c:83: undefined reference to `vpx_codec_get_frame'
  201. /usr/src/ffmpeg/libavcodec/libvpxdec.c:73: undefined reference to `vpx_codec_error'
  202. /usr/src/ffmpeg/libavcodec/libvpxdec.c:74: undefined reference to `vpx_codec_error_detail'
  203. /usr/local/lib/libavcodec.a(libvpxdec.o): In function `vp8_free':
  204. /usr/src/ffmpeg/libavcodec/libvpxdec.c:109: undefined reference to `vpx_codec_destroy'
  205. /usr/local/lib/libavcodec.a(libvpxdec.o): In function `vpx_init':
  206. /usr/src/ffmpeg/libavcodec/libvpxdec.c:48: undefined reference to `vpx_codec_version_str'
  207. /usr/src/ffmpeg/libavcodec/libvpxdec.c:49: undefined reference to `vpx_codec_build_config'
  208. /usr/src/ffmpeg/libavcodec/libvpxdec.c:51: undefined reference to `vpx_codec_vp8_dx_algo'
  209. /usr/src/ffmpeg/libavcodec/libvpxdec.c:51: undefined reference to `vpx_codec_dec_init_ver'
  210. /usr/src/ffmpeg/libavcodec/libvpxdec.c:52: undefined reference to `vpx_codec_error'
  211. /usr/local/lib/libavcodec.a(libvpxenc.o): In function `vp8_encode':
  212. /usr/src/ffmpeg/libavcodec/libvpxenc.c:676: undefined reference to `vpx_codec_encode'
  213. /usr/src/ffmpeg/libavcodec/libvpxenc.c:684: undefined reference to `vpx_codec_encode'
  214. /usr/local/lib/libavcodec.a(libvpxenc.o): In function `queue_frames':
  215. /usr/src/ffmpeg/libavcodec/libvpxenc.c:563: undefined reference to `vpx_codec_get_cx_data'
  216. /usr/src/ffmpeg/libavcodec/libvpxenc.c:565: undefined reference to `vpx_codec_get_cx_data'
  217. /usr/local/lib/libavcodec.a(libvpxenc.o): In function `vp8_free':
  218. /usr/src/ffmpeg/libavcodec/libvpxenc.c:236: undefined reference to `vpx_codec_destroy'
  219. /usr/src/ffmpeg/libavcodec/libvpxenc.c:238: undefined reference to `vpx_codec_destroy'
  220. /usr/local/lib/libavcodec.a(libvpxenc.o): In function `log_encoder_error':
  221. /usr/src/ffmpeg/libavcodec/libvpxenc.c:119: undefined reference to `vpx_codec_error'
  222. /usr/src/ffmpeg/libavcodec/libvpxenc.c:120: undefined reference to `vpx_codec_error_detail'
  223. /usr/local/lib/libavcodec.a(libvpxenc.o): In function `codecctl_int':
  224. /usr/src/ffmpeg/libavcodec/libvpxenc.c:222: undefined reference to `vpx_codec_control_'
  225. /usr/local/lib/libavcodec.a(libvpxenc.o): In function `vpx_init':
  226. /usr/src/ffmpeg/libavcodec/libvpxenc.c:255: undefined reference to `vpx_codec_version_str'
  227. /usr/src/ffmpeg/libavcodec/libvpxenc.c:256: undefined reference to `vpx_codec_build_config'
  228. /usr/src/ffmpeg/libavcodec/libvpxenc.c:261: undefined reference to `vpx_codec_vp8_cx_algo'
  229. /usr/src/ffmpeg/libavcodec/libvpxenc.c:261: undefined reference to `vpx_codec_enc_config_default'
  230. /usr/src/ffmpeg/libavcodec/libvpxenc.c:262: undefined reference to `vpx_codec_err_to_string'
  231. /usr/src/ffmpeg/libavcodec/libvpxenc.c:388: undefined reference to `vpx_codec_vp8_cx_algo'
  232. /usr/src/ffmpeg/libavcodec/libvpxenc.c:388: undefined reference to `vpx_codec_enc_init_ver'
  233. /usr/src/ffmpeg/libavcodec/libvpxenc.c:396: undefined reference to `vpx_codec_vp8_cx_algo'
  234. /usr/src/ffmpeg/libavcodec/libvpxenc.c:396: undefined reference to `vpx_codec_enc_init_ver'
  235. /usr/src/ffmpeg/libavcodec/libvpxenc.c:427: undefined reference to `vpx_img_wrap'
  236. /usr/src/ffmpeg/libavcodec/libvpxenc.c:431: undefined reference to `vpx_img_wrap'
  237. /usr/local/lib/libavcodec.a(libx264.o): In function `X264_init':
  238. /usr/src/ffmpeg/libavcodec/libx264.c:552: undefined reference to `x264_encoder_open_125'
  239. /usr/local/lib/libavcodec.a(libxvid.o): In function `xvid_encode_frame':
  240. /usr/src/ffmpeg/libavcodec/libxvid.c:691: undefined reference to `xvid_encore'
  241. /usr/local/lib/libavcodec.a(libxvid.o): In function `xvid_encode_close':
  242. /usr/src/ffmpeg/libavcodec/libxvid.c:744: undefined reference to `xvid_encore'
  243. /usr/local/lib/libavcodec.a(libxvid.o): In function `xvid_encode_init':
  244. /usr/src/ffmpeg/libavcodec/libxvid.c:448: undefined reference to `xvid_global'
  245. /usr/src/ffmpeg/libavcodec/libxvid.c:515: undefined reference to `xvid_plugin_2pass2'
  246. /usr/src/ffmpeg/libavcodec/libxvid.c:523: undefined reference to `xvid_plugin_single'
  247. /usr/src/ffmpeg/libavcodec/libxvid.c:530: undefined reference to `xvid_plugin_lumimasking'
  248. /usr/src/ffmpeg/libavcodec/libxvid.c:608: undefined reference to `xvid_encore'
  249. /usr/local/lib/libavcodec.a(libxvid_rc.o): In function `ff_xvid_rate_estimate_qscale':
  250. /usr/src/ffmpeg/libavcodec/libxvid_rc.c:123: undefined reference to `xvid_plugin_2pass2'
  251. /usr/src/ffmpeg/libavcodec/libxvid_rc.c:115: undefined reference to `xvid_plugin_2pass2'
  252. /usr/local/lib/libavcodec.a(libxvid_rc.o): In function `ff_xvid_rate_control_uninit':
  253. /usr/src/ffmpeg/libavcodec/libxvid_rc.c:143: undefined reference to `xvid_plugin_2pass2'
  254. /usr/local/lib/libavcodec.a(libxvid_rc.o): In function `ff_xvid_rate_control_init':
  255. /usr/src/ffmpeg/libavcodec/libxvid_rc.c:81: undefined reference to `xvid_plugin_2pass2'
  256. /usr/local/lib/libavformat.a(librtmp.o): In function `rtmp_read_seek':
  257. /usr/src/ffmpeg/libavformat/librtmp.c:180: undefined reference to `RTMP_SendSeek'
  258. /usr/local/lib/libavformat.a(librtmp.o): In function `rtmp_read_pause':
  259. /usr/src/ffmpeg/libavformat/librtmp.c:161: undefined reference to `RTMP_Pause'
  260. /usr/local/lib/libavformat.a(librtmp.o): In function `rtmp_close':
  261. /usr/src/ffmpeg/libavformat/librtmp.c:64: undefined reference to `RTMP_Close'
  262. /usr/local/lib/libavformat.a(librtmp.o): In function `rtmp_open':
  263. /usr/src/ffmpeg/libavformat/librtmp.c:96: undefined reference to `RTMP_LogSetLevel'
  264. /usr/src/ffmpeg/libavformat/librtmp.c:97: undefined reference to `RTMP_LogSetCallback'
  265. /usr/src/ffmpeg/libavformat/librtmp.c:118: undefined reference to `RTMP_Init'
  266. /usr/src/ffmpeg/libavformat/librtmp.c:119: undefined reference to `RTMP_SetupURL'
  267. /usr/src/ffmpeg/libavformat/librtmp.c:127: undefined reference to `RTMP_Connect'
  268. /usr/src/ffmpeg/libavformat/librtmp.c:127: undefined reference to `RTMP_ConnectStream'
  269. /usr/src/ffmpeg/libavformat/librtmp.c:125: undefined reference to `RTMP_EnableWrite'
  270. /usr/local/lib/libavformat.a(librtmp.o): In function `rtmp_get_file_handle':
  271. /usr/src/ffmpeg/libavformat/librtmp.c:190: undefined reference to `RTMP_Socket'
  272. /usr/local/lib/libavformat.a(librtmp.o): In function `rtmp_write':
  273. /usr/src/ffmpeg/libavformat/librtmp.c:145: undefined reference to `RTMP_Write'
  274. /usr/local/lib/libavformat.a(librtmp.o): In function `rtmp_read':
  275. /usr/src/ffmpeg/libavformat/librtmp.c:153: undefined reference to `RTMP_Read'
  276. /usr/local/lib/libavcodec.a(libvorbisdec.o): In function `oggvorbis_decode_close':
  277. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:182: undefined reference to `vorbis_info_clear'
  278. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:183: undefined reference to `vorbis_comment_clear'
  279. /usr/local/lib/libavcodec.a(libvorbisdec.o): In function `oggvorbis_decode_frame':
  280. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:160: undefined reference to `vorbis_synthesis'
  281. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:166: undefined reference to `vorbis_synthesis_pcmout'
  282. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:170: undefined reference to `vorbis_synthesis_read'
  283. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:161: undefined reference to `vorbis_synthesis_blockin'
  284. /usr/local/lib/libavcodec.a(libvorbisdec.o): In function `oggvorbis_decode_init':
  285. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:41: undefined reference to `vorbis_info_init'
  286. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:42: undefined reference to `vorbis_comment_init'
  287. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:93: undefined reference to `vorbis_synthesis_headerin'
  288. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:93: undefined reference to `vorbis_synthesis_headerin'
  289. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:93: undefined reference to `vorbis_synthesis_headerin'
  290. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:104: undefined reference to `vorbis_synthesis_init'
  291. /usr/src/ffmpeg/libavcodec/libvorbisdec.c:105: undefined reference to `vorbis_block_init'
  292. /usr/local/lib/libavcodec.a(vaapi.o): In function `ff_vaapi_commit_slices':
  293. /usr/src/ffmpeg/libavcodec/vaapi.c:101: undefined reference to `vaCreateBuffer'
  294. /usr/src/ffmpeg/libavcodec/vaapi.c:110: undefined reference to `vaCreateBuffer'
  295. /usr/local/lib/libavcodec.a(vaapi.o): In function `alloc_buffer':
  296. /usr/src/ffmpeg/libavcodec/vaapi.c:129: undefined reference to `vaCreateBuffer'
  297. /usr/src/ffmpeg/libavcodec/vaapi.c:131: undefined reference to `vaMapBuffer'
  298. /usr/local/lib/libavcodec.a(vaapi.o): In function `ff_vaapi_render_picture':
  299. /usr/src/ffmpeg/libavcodec/vaapi.c:52: undefined reference to `vaUnmapBuffer'
  300. /usr/src/ffmpeg/libavcodec/vaapi.c:65: undefined reference to `vaBeginPicture'
  301. /usr/src/ffmpeg/libavcodec/vaapi.c:56: undefined reference to `vaUnmapBuffer'
  302. /usr/src/ffmpeg/libavcodec/vaapi.c:61: undefined reference to `vaUnmapBuffer'
  303. /usr/src/ffmpeg/libavcodec/vaapi.c:69: undefined reference to `vaRenderPicture'
  304. /usr/src/ffmpeg/libavcodec/vaapi.c:73: undefined reference to `vaRenderPicture'
  305. /usr/src/ffmpeg/libavcodec/vaapi.c:78: undefined reference to `vaEndPicture'
  306. /usr/local/lib/libavcodec.a(vaapi.o): In function `destroy_buffers':
  307. /usr/src/ffmpeg/libavcodec/vaapi.c:38: undefined reference to `vaDestroyBuffer'
  308. /usr/src/ffmpeg/libavcodec/vaapi.c:38: undefined reference to `vaDestroyBuffer'
  309. /usr/src/ffmpeg/libavcodec/vaapi.c:38: undefined reference to `vaDestroyBuffer'
  310. /usr/src/ffmpeg/libavcodec/vaapi.c:38: undefined reference to `vaDestroyBuffer'
  311. /usr/local/lib/libavcodec.a(vaapi.o): In function `alloc_buffer':
  312. /usr/src/ffmpeg/libavcodec/vaapi.c:129: undefined reference to `vaCreateBuffer'
  313. /usr/src/ffmpeg/libavcodec/vaapi.c:131: undefined reference to `vaMapBuffer'
  314. /usr/src/ffmpeg/libavcodec/vaapi.c:129: undefined reference to `vaCreateBuffer'
  315. /usr/src/ffmpeg/libavcodec/vaapi.c:131: undefined reference to `vaMapBuffer'
  316. /usr/local/lib/libavcodec.a(vaapi.o): In function `ff_vaapi_commit_slices':
  317. /usr/src/ffmpeg/libavcodec/vaapi.c:101: undefined reference to `vaCreateBuffer'
  318. /usr/src/ffmpeg/libavcodec/vaapi.c:110: undefined reference to `vaCreateBuffer'
  319. /usr/src/ffmpeg/libavcodec/vaapi.c:101: undefined reference to `vaCreateBuffer'
  320. /usr/src/ffmpeg/libavcodec/vaapi.c:110: undefined reference to `vaCreateBuffer'
  321. collect2: ld returned 1 exit status
  322. make: *** [x264] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement