Advertisement
Guest User

Untitled

a guest
Apr 15th, 2013
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Server: UBUNTU 10.04 LUCID
  2. this guide :https://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuideLucid
  3. after entered make command, these last lines pops out and make stops.
  4.  
  5. Thanks for help and suggestions.
  6.  
  7. ffmpeg.c: In function 'write_frame':
  8. ffmpeg.c:583: warning: 'destruct' is deprecated (declared at ./libavcodec/avcodec.h:1064)
  9. CC ffmpeg_opt.o
  10. CC ffmpeg_filter.o
  11. CC cmdutils.o
  12. LD ffmpeg_g
  13. collect2: ld terminated with signal 9 [Killed]
  14. make: *** [ffmpeg_g] Error 1
  15.  
  16.  
  17.  
  18. YASM libavcodec/x86/vp56dsp.o
  19. CC libavcodec/x86/vp56dsp_init.o
  20. YASM libavcodec/x86/vp8dsp.o
  21. CC libavcodec/x86/vp8dsp_init.o
  22. CC libavcodec/xan.o
  23. CC libavcodec/xbmdec.o
  24. CC libavcodec/xbmenc.o
  25. CC libavcodec/xface.o
  26. libavcodec/xface.c: In function 'ff_xface_generate_face':
  27. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false
  28. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false
  29. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X - c) > X is always false
  30. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true
  31. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true
  32. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true
  33. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true
  34. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true
  35. libavcodec/xface.c:313: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true
  36. CC libavcodec/xfacedec.o
  37. CC libavcodec/xfaceenc.o
  38. CC libavcodec/xiph.o
  39. CC libavcodec/xl.o
  40. CC libavcodec/xsubdec.o
  41. CC libavcodec/xsubenc.o
  42. CC libavcodec/xwddec.o
  43. CC libavcodec/xwdenc.o
  44. CC libavcodec/xxan.o
  45. CC libavcodec/y41pdec.o
  46. CC libavcodec/y41penc.o
  47. CC libavcodec/yop.o
  48. CC libavcodec/yuv4dec.o
  49. CC libavcodec/yuv4enc.o
  50. CC libavcodec/zerocodec.o
  51. CC libavcodec/zmbv.o
  52. CC libavcodec/zmbvenc.o
  53. AR libavcodec/libavcodec.a
  54. CC libpostproc/postprocess.o
  55. AR libpostproc/libpostproc.a
  56. CC libswresample/audioconvert.o
  57. CC libswresample/dither.o
  58. CC libswresample/rematrix.o
  59. CC libswresample/resample.o
  60. CC libswresample/swresample.o
  61. YASM libswresample/x86/audio_convert.o
  62. YASM libswresample/x86/rematrix.o
  63. CC libswresample/x86/swresample_x86.o
  64. AR libswresample/libswresample.a
  65. CC libswscale/input.o
  66. CC libswscale/options.o
  67. CC libswscale/output.o
  68. CC libswscale/rgb2rgb.o
  69. CC libswscale/swscale.o
  70. CC libswscale/swscale_unscaled.o
  71. CC libswscale/utils.o
  72. YASM libswscale/x86/input.o
  73. YASM libswscale/x86/output.o
  74. CC libswscale/x86/rgb2rgb.o
  75. YASM libswscale/x86/scale.o
  76. CC libswscale/x86/swscale.o
  77. CC libswscale/x86/yuv2rgb.o
  78. CC libswscale/yuv2rgb.o
  79. AR libswscale/libswscale.a
  80. CC libavutil/adler32.o
  81. CC libavutil/aes.o
  82. CC libavutil/atomic.o
  83. CC libavutil/audio_fifo.o
  84. CC libavutil/avstring.o
  85. CC libavutil/base64.o
  86. CC libavutil/blowfish.o
  87. CC libavutil/bprint.o
  88. CC libavutil/buffer.o
  89. libavutil/buffer.c: In function 'get_pool':
  90. libavutil/buffer.c:252: warning: dereferencing type-punned pointer will break strict-aliasing rules
  91. CC libavutil/channel_layout.o
  92. CC libavutil/cpu.o
  93. CC libavutil/crc.o
  94. CC libavutil/des.o
  95. CC libavutil/dict.o
  96. CC libavutil/error.o
  97. CC libavutil/eval.o
  98. libavutil/eval.c: In function 'eval_expr':
  99. libavutil/eval.c:237: warning: 'av_reverse' is deprecated (declared at libavutil/common.h:71)
  100. CC libavutil/fifo.o
  101. CC libavutil/file.o
  102. CC libavutil/float_dsp.o
  103. CC libavutil/frame.o
  104. libavutil/frame.c: In function 'av_frame_set_qp_table':
  105. libavutil/frame.c:57: warning: 'qscale_table' is deprecated (declared at libavutil/frame.h:195)
  106. libavutil/frame.c:58: warning: 'qstride' is deprecated (declared at libavutil/frame.h:200)
  107. libavutil/frame.c:59: warning: 'qscale_type' is deprecated (declared at libavutil/frame.h:203)
  108. libavutil/frame.c: In function 'av_frame_get_qp_table':
  109. libavutil/frame.c:66: warning: 'qstride' is deprecated (declared at libavutil/frame.h:200)
  110. libavutil/frame.c:67: warning: 'qscale_type' is deprecated (declared at libavutil/frame.h:203)
  111. libavutil/frame.c: In function 'av_frame_ref':
  112. libavutil/frame.c:256: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type
  113. libavutil/imgutils.h:118: note: expected 'const uint8_t **' but argument is of type 'uint8_t **'
  114. libavutil/frame.c: In function 'av_frame_make_writable':
  115. libavutil/frame.c:406: warning: passing argument 3 of 'av_image_copy' from incompatible pointer type
  116. libavutil/imgutils.h:118: note: expected 'const uint8_t **' but argument is of type 'uint8_t **'
  117. libavutil/frame.c: In function 'av_frame_copy_props':
  118. libavutil/frame.c:439: warning: 'type' is deprecated (declared at libavutil/frame.h:258)
  119. libavutil/frame.c:439: warning: 'type' is deprecated (declared at libavutil/frame.h:258)
  120. libavutil/frame.c:474: warning: 'qscale_table' is deprecated (declared at libavutil/frame.h:195)
  121. libavutil/frame.c:475: warning: 'qstride' is deprecated (declared at libavutil/frame.h:200)
  122. libavutil/frame.c:476: warning: 'qscale_type' is deprecated (declared at libavutil/frame.h:203)
  123. libavutil/frame.c:480: warning: 'qscale_table' is deprecated (declared at libavutil/frame.h:195)
  124. libavutil/frame.c:481: warning: 'qstride' is deprecated (declared at libavutil/frame.h:200)
  125. libavutil/frame.c:481: warning: 'qstride' is deprecated (declared at libavutil/frame.h:200)
  126. libavutil/frame.c:482: warning: 'qscale_type' is deprecated (declared at libavutil/frame.h:203)
  127. libavutil/frame.c:482: warning: 'qscale_type' is deprecated (declared at libavutil/frame.h:203)
  128. CC libavutil/hmac.o
  129. libavutil/hmac.c: In function 'av_hmac_alloc':
  130. libavutil/hmac.c:55: warning: assignment from incompatible pointer type
  131. libavutil/hmac.c:56: warning: assignment from incompatible pointer type
  132. libavutil/hmac.c:57: warning: assignment from incompatible pointer type
  133. libavutil/hmac.c:64: warning: assignment from incompatible pointer type
  134. libavutil/hmac.c:65: warning: assignment from incompatible pointer type
  135. CC libavutil/imgutils.o
  136. CC libavutil/intfloat_readwrite.o
  137. CC libavutil/intmath.o
  138. CC libavutil/lfg.o
  139. CC libavutil/lls.o
  140. CC libavutil/log.o
  141. CC libavutil/log2_tab.o
  142. CC libavutil/lzo.o
  143. CC libavutil/mathematics.o
  144. CC libavutil/md5.o
  145. CC libavutil/mem.o
  146. CC libavutil/opt.o
  147. libavutil/opt.c: In function 'av_find_opt':
  148. libavutil/opt.c:48: warning: 'av_next_option' is deprecated (declared at libavutil/opt.h:374)
  149. libavutil/opt.c: In function 'av_opt_set_defaults':
  150. libavutil/opt.c:945: warning: 'av_opt_set_defaults2' is deprecated (declared at libavutil/opt.h:397)
  151. CC libavutil/parseutils.o
  152. CC libavutil/pixdesc.o
  153. CC libavutil/random_seed.o
  154. CC libavutil/rational.o
  155. CC libavutil/rc4.o
  156. CC libavutil/samplefmt.o
  157. CC libavutil/sha.o
  158. CC libavutil/time.o
  159. CC libavutil/timecode.o
  160. CC libavutil/tree.o
  161. CC libavutil/utils.o
  162. libavutil/utils.c: In function 'av_int_list_length_for_size':
  163. libavutil/utils.c:93: warning: initialization discards qualifiers from pointer target type
  164. libavutil/utils.c:94: warning: initialization discards qualifiers from pointer target type
  165. libavutil/utils.c:95: warning: initialization discards qualifiers from pointer target type
  166. libavutil/utils.c:96: warning: initialization discards qualifiers from pointer target type
  167. CC libavutil/x86/cpu.o
  168. YASM libavutil/x86/cpuid.o
  169. YASM libavutil/x86/emms.o
  170. YASM libavutil/x86/float_dsp.o
  171. CC libavutil/x86/float_dsp_init.o
  172. CC libavutil/xga_font_data.o
  173. CC libavutil/xtea.o
  174. AR libavutil/libavutil.a
  175. HOSTCC doc/print_options.o
  176. HOSTLD doc/print_options
  177. GENTEXI doc/avoptions_format.texi
  178. GENTEXI doc/avoptions_codec.texi
  179. HTML doc/ffmpeg.html
  180. HTML doc/ffprobe.html
  181. HTML doc/ffserver.html
  182. HTML doc/ffmpeg-all.html
  183. HTML doc/ffprobe-all.html
  184. HTML doc/ffserver-all.html
  185. HTML doc/ffmpeg-utils.html
  186. HTML doc/ffmpeg-scaler.html
  187. HTML doc/ffmpeg-resampler.html
  188. HTML doc/ffmpeg-codecs.html
  189. HTML doc/ffmpeg-bitstream-filters.html
  190. HTML doc/ffmpeg-formats.html
  191. HTML doc/ffmpeg-protocols.html
  192. HTML doc/ffmpeg-devices.html
  193. HTML doc/ffmpeg-filters.html
  194. HTML doc/libavutil.html
  195. HTML doc/libswscale.html
  196. HTML doc/libswresample.html
  197. HTML doc/libavcodec.html
  198. HTML doc/libavformat.html
  199. HTML doc/libavdevice.html
  200. HTML doc/libavfilter.html
  201. HTML doc/developer.html
  202. HTML doc/faq.html
  203. HTML doc/fate.html
  204. HTML doc/general.html
  205. HTML doc/git-howto.html
  206. HTML doc/nut.html
  207. HTML doc/platform.html
  208. POD doc/ffmpeg.pod
  209. POD doc/ffprobe.pod
  210. POD doc/ffserver.pod
  211. POD doc/ffmpeg-all.pod
  212. POD doc/ffprobe-all.pod
  213. POD doc/ffserver-all.pod
  214. POD doc/ffmpeg-utils.pod
  215. POD doc/ffmpeg-scaler.pod
  216. POD doc/ffmpeg-resampler.pod
  217. POD doc/ffmpeg-codecs.pod
  218. POD doc/ffmpeg-bitstream-filters.pod
  219. POD doc/ffmpeg-formats.pod
  220. POD doc/ffmpeg-protocols.pod
  221. POD doc/ffmpeg-devices.pod
  222. POD doc/ffmpeg-filters.pod
  223. POD doc/libavutil.pod
  224. POD doc/libswscale.pod
  225. POD doc/libswresample.pod
  226. POD doc/libavcodec.pod
  227. POD doc/libavformat.pod
  228. POD doc/libavdevice.pod
  229. POD doc/libavfilter.pod
  230. MAN doc/ffmpeg.1
  231. MAN doc/ffprobe.1
  232. MAN doc/ffserver.1
  233. MAN doc/ffmpeg-all.1
  234. MAN doc/ffprobe-all.1
  235. MAN doc/ffserver-all.1
  236. MAN doc/ffmpeg-utils.1
  237. MAN doc/ffmpeg-scaler.1
  238. MAN doc/ffmpeg-resampler.1
  239. MAN doc/ffmpeg-codecs.1
  240. MAN doc/ffmpeg-bitstream-filters.1
  241. MAN doc/ffmpeg-formats.1
  242. MAN doc/ffmpeg-protocols.1
  243. MAN doc/ffmpeg-devices.1
  244. MAN doc/ffmpeg-filters.1
  245. MAN doc/libavutil.3
  246. MAN doc/libswscale.3
  247. MAN doc/libswresample.3
  248. MAN doc/libavcodec.3
  249. MAN doc/libavformat.3
  250. MAN doc/libavdevice.3
  251. MAN doc/libavfilter.3
  252. CC ffmpeg.o
  253. ffmpeg.c: In function 'write_frame':
  254. ffmpeg.c:583: warning: 'destruct' is deprecated (declared at ./libavcodec/avcodec.h:1064)
  255. CC ffmpeg_opt.o
  256. CC ffmpeg_filter.o
  257. CC cmdutils.o
  258. LD ffmpeg_g
  259. collect2: ld terminated with signal 9 [Killed]
  260. make: *** [ffmpeg_g] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement