Guest User

Kdenlive 2

a guest
Dec 21st, 2014
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 17.89 KB | None | 0 0
  1. STRIP   libavcodec/x86/sbrdsp.o
  2. skipping strip -wN ..@* libavcodec/x86/sbrdsp.o
  3. CC  libavcodec/x86/svq1enc_init.o
  4. YASM    libavcodec/x86/svq1enc.o
  5. STRIP   libavcodec/x86/svq1enc.o
  6. skipping strip -wN ..@* libavcodec/x86/svq1enc.o
  7. CC  libavcodec/x86/ttadsp_init.o
  8. CC  libavcodec/x86/v210-init.o
  9. YASM    libavcodec/x86/ttadsp.o
  10. CC  libavcodec/x86/v210enc_init.o
  11. STRIP   libavcodec/x86/ttadsp.o
  12. skipping strip -wN ..@* libavcodec/x86/ttadsp.o
  13. YASM    libavcodec/x86/v210.o
  14. YASM    libavcodec/x86/v210enc.o
  15. CC  libavcodec/x86/vc1dsp_init.o
  16. STRIP   libavcodec/x86/v210.o
  17. skipping strip -wN ..@* libavcodec/x86/v210.o
  18. CC  libavcodec/x86/vc1dsp_mmx.o
  19. STRIP   libavcodec/x86/v210enc.o
  20. skipping strip -wN ..@* libavcodec/x86/v210enc.o
  21. CC  libavcodec/x86/videodsp_init.o
  22. YASM    libavcodec/x86/vc1dsp.o
  23. YASM    libavcodec/x86/vorbisdsp.o
  24. STRIP   libavcodec/x86/vorbisdsp.o
  25. skipping strip -wN ..@* libavcodec/x86/vorbisdsp.o
  26. CC  libavcodec/x86/vorbisdsp_init.o
  27. STRIP   libavcodec/x86/vc1dsp.o
  28. skipping strip -wN ..@* libavcodec/x86/vc1dsp.o
  29. CC  libavcodec/x86/vp3dsp_init.o
  30. YASM    libavcodec/x86/videodsp.o
  31. YASM    libavcodec/x86/vp6dsp.o
  32. YASM    libavcodec/x86/vp3dsp.o
  33. CC  libavcodec/x86/vp6dsp_init.o
  34. STRIP   libavcodec/x86/vp6dsp.o
  35. skipping strip -wN ..@* libavcodec/x86/vp6dsp.o
  36. STRIP   libavcodec/x86/videodsp.o
  37. skipping strip -wN ..@* libavcodec/x86/videodsp.o
  38. CC  libavcodec/x86/vp8dsp_init.o
  39. STRIP   libavcodec/x86/vp3dsp.o
  40. skipping strip -wN ..@* libavcodec/x86/vp3dsp.o
  41. CC  libavcodec/x86/vp9dsp_init.o
  42. libavcodec/x86/vp9dsp_init.c:243:6: warning: redundant redeclaration of 'ff_vp9_ipred_dc_32x32_avx2' [-Wredundant-decls]
  43.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  44.       ^
  45. libavcodec/x86/vp9dsp_init.c:249:1: note: in expansion of macro 'ipred_func'
  46.  ipred_func(size, dc, opt); \
  47.  ^
  48. libavcodec/x86/vp9dsp_init.c:306:1: note: in expansion of macro 'ipred_dc_funcs'
  49.  ipred_dc_funcs(32, avx2);
  50.  ^
  51. libavcodec/x86/vp9dsp_init.c:243:6: note: previous declaration of 'ff_vp9_ipred_dc_32x32_avx2' was here
  52.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  53.       ^
  54. libavcodec/x86/vp9dsp_init.c:299:1: note: in expansion of macro 'ipred_func'
  55.  ipred_func(32, dc, avx2);
  56.  ^
  57. libavcodec/x86/vp9dsp_init.c:243:6: warning: redundant redeclaration of 'ff_vp9_ipred_dc_left_32x32_avx2' [-Wredundant-decls]
  58.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  59.       ^
  60. libavcodec/x86/vp9dsp_init.c:250:1: note: in expansion of macro 'ipred_func'
  61.  ipred_func(size, dc_left, opt); \
  62.  ^
  63. libavcodec/x86/vp9dsp_init.c:306:1: note: in expansion of macro 'ipred_dc_funcs'
  64.  ipred_dc_funcs(32, avx2);
  65.  ^
  66. libavcodec/x86/vp9dsp_init.c:243:6: note: previous declaration of 'ff_vp9_ipred_dc_left_32x32_avx2' was here
  67.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  68.       ^
  69. libavcodec/x86/vp9dsp_init.c:300:1: note: in expansion of macro 'ipred_func'
  70.  ipred_func(32, dc_left, avx2);
  71.  ^
  72. libavcodec/x86/vp9dsp_init.c:243:6: warning: redundant redeclaration of 'ff_vp9_ipred_dc_top_32x32_avx2' [-Wredundant-decls]
  73.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  74.       ^
  75. libavcodec/x86/vp9dsp_init.c:251:1: note: in expansion of macro 'ipred_func'
  76.  ipred_func(size, dc_top, opt)
  77.  ^
  78. libavcodec/x86/vp9dsp_init.c:306:1: note: in expansion of macro 'ipred_dc_funcs'
  79.  ipred_dc_funcs(32, avx2);
  80.  ^
  81. libavcodec/x86/vp9dsp_init.c:243:6: note: previous declaration of 'ff_vp9_ipred_dc_top_32x32_avx2' was here
  82.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  83.       ^
  84. libavcodec/x86/vp9dsp_init.c:301:1: note: in expansion of macro 'ipred_func'
  85.  ipred_func(32, dc_top, avx2);
  86.  ^
  87. libavcodec/x86/vp9dsp_init.c:243:6: warning: redundant redeclaration of 'ff_vp9_ipred_h_32x32_avx2' [-Wredundant-decls]
  88.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  89.       ^
  90. libavcodec/x86/vp9dsp_init.c:307:1: note: in expansion of macro 'ipred_func'
  91.  ipred_func(32, h, avx2);
  92.  ^
  93. libavcodec/x86/vp9dsp_init.c:243:6: note: previous declaration of 'ff_vp9_ipred_h_32x32_avx2' was here
  94.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  95.       ^
  96. libavcodec/x86/vp9dsp_init.c:303:1: note: in expansion of macro 'ipred_func'
  97.  ipred_func(32, h, avx2);
  98.  ^
  99. libavcodec/x86/vp9dsp_init.c:243:6: warning: redundant redeclaration of 'ff_vp9_ipred_tm_32x32_avx2' [-Wredundant-decls]
  100.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  101.       ^
  102. libavcodec/x86/vp9dsp_init.c:308:1: note: in expansion of macro 'ipred_func'
  103.  ipred_func(32, tm, avx2);
  104.  ^
  105. libavcodec/x86/vp9dsp_init.c:243:6: note: previous declaration of 'ff_vp9_ipred_tm_32x32_avx2' was here
  106.  void ff_vp9_ipred_##type##_##size##x##size##_##opt(uint8_t *dst, ptrdiff_t stride, \
  107.       ^
  108. libavcodec/x86/vp9dsp_init.c:304:1: note: in expansion of macro 'ipred_func'
  109.  ipred_func(32, tm, avx2);
  110.  ^
  111. YASM    libavcodec/x86/hevc_mc.o
  112. YASM    libavcodec/x86/vp8dsp.o
  113. STRIP   libavcodec/x86/vp8dsp.o
  114. skipping strip -wN ..@* libavcodec/x86/vp8dsp.o
  115. YASM    libavcodec/x86/vp8dsp_loopfilter.o
  116. YASM    libavcodec/x86/vp9intrapred.o
  117. STRIP   libavcodec/x86/vp8dsp_loopfilter.o
  118. skipping strip -wN ..@* libavcodec/x86/vp8dsp_loopfilter.o
  119. YASM    libavcodec/x86/vp9mc.o
  120. STRIP   libavcodec/x86/vp9mc.o
  121. skipping strip -wN ..@* libavcodec/x86/vp9mc.o
  122. CC  libavcodec/x86/xvididct_init.o
  123. CC  libavcodec/x86/xvididct_mmx.o
  124. CC  libavcodec/x86/xvididct_sse2.o
  125. CC  libavcodec/xan.o
  126. STRIP   libavcodec/x86/vp9intrapred.o
  127. skipping strip -wN ..@* libavcodec/x86/vp9intrapred.o
  128. CC  libavcodec/xbmdec.o
  129. CC  libavcodec/xbmenc.o
  130. CC  libavcodec/xface.o
  131. CC  libavcodec/xfacedec.o
  132. CC  libavcodec/xfaceenc.o
  133. CC  libavcodec/xiph.o
  134. CC  libavcodec/xl.o
  135. CC  libavcodec/xsubdec.o
  136. CC  libavcodec/xsubenc.o
  137. CC  libavcodec/xvididct.o
  138. CC  libavcodec/xwddec.o
  139. CC  libavcodec/xwdenc.o
  140. CC  libavcodec/xxan.o
  141. CC  libavcodec/y41pdec.o
  142. CC  libavcodec/y41penc.o
  143. CC  libavcodec/yop.o
  144. CC  libavcodec/yuv4dec.o
  145. CC  libavcodec/yuv4enc.o
  146. CC  libavcodec/zerocodec.o
  147. CC  libavcodec/zmbv.o
  148. CC  libavcodec/zmbvenc.o
  149. CC  libswresample/audioconvert.o
  150. CC  libswresample/dither.o
  151. CC  libswresample/log2_tab.o
  152. CC  libswresample/options.o
  153. CC  libswresample/rematrix.o
  154. CC  libswresample/resample.o
  155. CC  libswresample/resample_dsp.o
  156. CC  libswresample/swresample.o
  157. CC  libswresample/swresample_frame.o
  158. CC  libswresample/x86/audio_convert_init.o
  159. YASM    libswresample/x86/audio_convert.o
  160. YASM    libswresample/x86/rematrix.o
  161. STRIP   libswresample/x86/rematrix.o
  162. skipping strip -wN ..@* libswresample/x86/rematrix.o
  163. CC  libswresample/x86/rematrix_init.o
  164. STRIP   libavcodec/x86/hevc_mc.o
  165. skipping strip -wN ..@* libavcodec/x86/hevc_mc.o
  166. CC  libswresample/x86/resample_init.o
  167. AR  libavfilter/libavfilter.a
  168. STRIP   libswresample/x86/audio_convert.o
  169. skipping strip -wN ..@* libswresample/x86/audio_convert.o
  170. AR  libavformat/libavformat.a
  171. AR  libpostproc/libpostproc.a
  172. YASM    libavcodec/x86/vp9lpf.o
  173. AR  libswscale/libswscale.a
  174. YASM    libswresample/x86/resample.o
  175. AR  libavutil/libavutil.a
  176. CC  ffmpeg.o
  177. ffmpeg.c: In function 'write_frame':
  178. ffmpeg.c:634:9: warning: 'destruct' is deprecated (declared at ./libavcodec/avcodec.h:1171) [-Wdeprecated-declarations]
  179.          if(a == 0 && new_pkt.data != pkt->data && new_pkt.destruct) {
  180.          ^
  181. ffmpeg.c: In function 'decode_video':
  182. ffmpeg.c:1946:13: warning: 'av_log_ask_for_sample' is deprecated (declared at ./libavcodec/avcodec.h:5147) [-Wdeprecated-declarations]
  183.              av_log_ask_for_sample(
  184.              ^
  185. CC  cmdutils.o
  186. libswresample/x86/resample.asm:48: warning: section flags ignored on section redeclaration
  187. STRIP   libswresample/x86/resample.o
  188. skipping strip -wN ..@* libswresample/x86/resample.o
  189. CC  ffmpeg_opt.o
  190. CC  ffmpeg_filter.o
  191. CC  ffplay.o
  192. CC  ffprobe.o
  193. AR  libavdevice/libavdevice.a
  194. LD  libavutil/libavutil.so.54
  195. AR  libswresample/libswresample.a
  196. LD  libswscale/libswscale.so.3
  197. LD  libpostproc/libpostproc.so.53
  198. LD  libswresample/libswresample.so.1
  199. YASM    libavcodec/x86/vp9itxfm.o
  200. STRIP   libavcodec/x86/vp9lpf.o
  201. skipping strip -wN ..@* libavcodec/x86/vp9lpf.o
  202. STRIP   libavcodec/x86/vp9itxfm.o
  203. skipping strip -wN ..@* libavcodec/x86/vp9itxfm.o
  204. LD  libavcodec/libavcodec.so.56
  205. AR  libavcodec/libavcodec.a
  206. LD  libavformat/libavformat.so.56
  207. LD  libavfilter/libavfilter.so.5
  208. LD  libavdevice/libavdevice.so.56
  209. LD  ffmpeg_g
  210. LD  ffplay_g
  211. LD  ffprobe_g
  212. CP  ffprobe
  213. STRIP   ffprobe
  214. skipping strip ffprobe
  215. CP  ffmpeg
  216. STRIP   ffmpeg
  217. skipping strip ffmpeg
  218. CP  ffplay
  219. STRIP   ffplay
  220. skipping strip ffplay
  221. LOG: Done building FFmpeg
  222. LOG: Number of steps completed : 43
  223. LOG: Installing FFmpeg
  224. LOG: LD_LIBRARY_PATH=
  225. LOG: About to run command: make install
  226. INSTALL libavdevice/libavdevice.a
  227. INSTALL libavdevice/libavdevice.so
  228. STRIP   install-libavdevice-shared
  229. skipping strip /home/sam/kdenlive/20141221/lib/libavdevice.so.56.3.100
  230. INSTALL libavfilter/libavfilter.a
  231. INSTALL libavfilter/libavfilter.so
  232. STRIP   install-libavfilter-shared
  233. skipping strip /home/sam/kdenlive/20141221/lib/libavfilter.so.5.4.100
  234. INSTALL libavformat/libavformat.a
  235. INSTALL libavformat/libavformat.so
  236. STRIP   install-libavformat-shared
  237. skipping strip /home/sam/kdenlive/20141221/lib/libavformat.so.56.16.101
  238. INSTALL libavcodec/libavcodec.a
  239. INSTALL libavcodec/libavcodec.so
  240. STRIP   install-libavcodec-shared
  241. skipping strip /home/sam/kdenlive/20141221/lib/libavcodec.so.56.16.100
  242. INSTALL libpostproc/libpostproc.a
  243. INSTALL libpostproc/libpostproc.so
  244. STRIP   install-libpostproc-shared
  245. skipping strip /home/sam/kdenlive/20141221/lib/libpostproc.so.53.3.100
  246. INSTALL libswresample/libswresample.a
  247. INSTALL libswresample/libswresample.so
  248. STRIP   install-libswresample-shared
  249. skipping strip /home/sam/kdenlive/20141221/lib/libswresample.so.1.1.100
  250. INSTALL libswscale/libswscale.a
  251. INSTALL libswscale/libswscale.so
  252. STRIP   install-libswscale-shared
  253. skipping strip /home/sam/kdenlive/20141221/lib/libswscale.so.3.1.101
  254. INSTALL libavutil/libavutil.a
  255. INSTALL libavutil/libavutil.so
  256. STRIP   install-libavutil-shared
  257. skipping strip /home/sam/kdenlive/20141221/lib/libavutil.so.54.15.100
  258. INSTALL install-progs-yes
  259. INSTALL ffmpeg
  260. INSTALL ffplay
  261. INSTALL ffprobe
  262. INSTALL presets/libvpx-1080p50_60.ffpreset
  263. INSTALL presets/libvpx-360p.ffpreset
  264. INSTALL presets/libvpx-1080p.ffpreset
  265. INSTALL presets/libvpx-720p50_60.ffpreset
  266. INSTALL presets/libvpx-720p.ffpreset
  267. INSTALL doc/ffprobe.xsd
  268. INSTALL doc/examples/transcoding.c
  269. INSTALL doc/examples/metadata.c
  270. INSTALL doc/examples/filtering_video.c
  271. INSTALL doc/examples/muxing.c
  272. INSTALL doc/examples/filter_audio.c
  273. INSTALL doc/examples/resampling_audio.c
  274. INSTALL doc/examples/remuxing.c
  275. INSTALL doc/examples/filtering_audio.c
  276. INSTALL doc/examples/extract_mvs.c
  277. INSTALL doc/examples/decoding_encoding.c
  278. INSTALL doc/examples/avio_reading.c
  279. INSTALL doc/examples/transcode_aac.c
  280. INSTALL doc/examples/demuxing_decoding.c
  281. INSTALL doc/examples/scaling_video.c
  282. INSTALL doc/examples/Makefile
  283. INSTALL doc/examples/README
  284. INSTALL presets/libvpx-1080p50_60.ffpreset
  285. INSTALL presets/libvpx-360p.ffpreset
  286. INSTALL presets/libvpx-1080p.ffpreset
  287. INSTALL presets/libvpx-720p50_60.ffpreset
  288. INSTALL presets/libvpx-720p.ffpreset
  289. INSTALL doc/ffprobe.xsd
  290. INSTALL doc/examples/transcoding.c
  291. INSTALL doc/examples/metadata.c
  292. INSTALL doc/examples/filtering_video.c
  293. INSTALL doc/examples/muxing.c
  294. INSTALL doc/examples/filter_audio.c
  295. INSTALL doc/examples/resampling_audio.c
  296. INSTALL doc/examples/remuxing.c
  297. INSTALL doc/examples/filtering_audio.c
  298. INSTALL doc/examples/extract_mvs.c
  299. INSTALL doc/examples/decoding_encoding.c
  300. INSTALL doc/examples/avio_reading.c
  301. INSTALL doc/examples/transcode_aac.c
  302. INSTALL doc/examples/demuxing_decoding.c
  303. INSTALL doc/examples/scaling_video.c
  304. INSTALL doc/examples/Makefile
  305. INSTALL doc/examples/README
  306. INSTALL libavdevice/avdevice.h
  307. INSTALL libavdevice/version.h
  308. INSTALL libavdevice/libavdevice.pc
  309. INSTALL libavfilter/asrc_abuffer.h
  310. INSTALL libavfilter/avcodec.h
  311. INSTALL libavfilter/avfilter.h
  312. INSTALL libavfilter/avfiltergraph.h
  313. INSTALL libavfilter/buffersink.h
  314. INSTALL libavfilter/buffersrc.h
  315. INSTALL libavfilter/version.h
  316. INSTALL libavfilter/libavfilter.pc
  317. INSTALL libavformat/avformat.h
  318. INSTALL libavformat/avio.h
  319. INSTALL libavformat/version.h
  320. INSTALL libavformat/libavformat.pc
  321. INSTALL libavcodec/avcodec.h
  322. INSTALL libavcodec/avfft.h
  323. INSTALL libavcodec/dv_profile.h
  324. INSTALL libavcodec/dxva2.h
  325. INSTALL libavcodec/old_codec_ids.h
  326. INSTALL libavcodec/vaapi.h
  327. INSTALL libavcodec/vda.h
  328. INSTALL libavcodec/vdpau.h
  329. INSTALL libavcodec/version.h
  330. INSTALL libavcodec/vorbis_parser.h
  331. INSTALL libavcodec/xvmc.h
  332. INSTALL libavcodec/libavcodec.pc
  333. INSTALL libpostproc/postprocess.h
  334. INSTALL libpostproc/version.h
  335. INSTALL libpostproc/libpostproc.pc
  336. INSTALL libswresample/swresample.h
  337. INSTALL libswresample/version.h
  338. INSTALL libswresample/libswresample.pc
  339. INSTALL libswscale/swscale.h
  340. INSTALL libswscale/version.h
  341. INSTALL libswscale/libswscale.pc
  342. INSTALL libavutil/adler32.h
  343. INSTALL libavutil/aes.h
  344. INSTALL libavutil/attributes.h
  345. INSTALL libavutil/audio_fifo.h
  346. INSTALL libavutil/audioconvert.h
  347. INSTALL libavutil/avassert.h
  348. INSTALL libavutil/avstring.h
  349. INSTALL libavutil/avutil.h
  350. INSTALL libavutil/base64.h
  351. INSTALL libavutil/blowfish.h
  352. INSTALL libavutil/bprint.h
  353. INSTALL libavutil/bswap.h
  354. INSTALL libavutil/buffer.h
  355. INSTALL libavutil/cast5.h
  356. INSTALL libavutil/channel_layout.h
  357. INSTALL libavutil/common.h
  358. INSTALL libavutil/cpu.h
  359. INSTALL libavutil/crc.h
  360. INSTALL libavutil/display.h
  361. INSTALL libavutil/downmix_info.h
  362. INSTALL libavutil/error.h
  363. INSTALL libavutil/eval.h
  364. INSTALL libavutil/fifo.h
  365. INSTALL libavutil/file.h
  366. INSTALL libavutil/frame.h
  367. INSTALL libavutil/hash.h
  368. INSTALL libavutil/hmac.h
  369. INSTALL libavutil/imgutils.h
  370. INSTALL libavutil/intfloat.h
  371. INSTALL libavutil/intreadwrite.h
  372. INSTALL libavutil/lfg.h
  373. INSTALL libavutil/log.h
  374. INSTALL libavutil/macros.h
  375. INSTALL libavutil/mathematics.h
  376. INSTALL libavutil/md5.h
  377. INSTALL libavutil/mem.h
  378. INSTALL libavutil/motion_vector.h
  379. INSTALL libavutil/murmur3.h
  380. INSTALL libavutil/dict.h
  381. INSTALL libavutil/old_pix_fmts.h
  382. INSTALL libavutil/opt.h
  383. INSTALL libavutil/parseutils.h
  384. INSTALL libavutil/pixdesc.h
  385. INSTALL libavutil/pixelutils.h
  386. INSTALL libavutil/pixfmt.h
  387. INSTALL libavutil/random_seed.h
  388. INSTALL libavutil/replaygain.h
  389. INSTALL libavutil/rational.h
  390. INSTALL libavutil/ripemd.h
  391. INSTALL libavutil/samplefmt.h
  392. INSTALL libavutil/sha.h
  393. INSTALL libavutil/sha512.h
  394. INSTALL libavutil/stereo3d.h
  395. INSTALL libavutil/threadmessage.h
  396. INSTALL libavutil/time.h
  397. INSTALL libavutil/timecode.h
  398. INSTALL libavutil/timestamp.h
  399. INSTALL libavutil/version.h
  400. INSTALL libavutil/xtea.h
  401. INSTALL libavutil/lzo.h
  402. INSTALL libavutil/avconfig.h
  403. INSTALL libavutil/ffversion.h
  404. INSTALL libavutil/libavutil.pc
  405. LOG: Done installing FFmpeg
  406. LOG: Number of steps completed : 44
  407. LOG: About to run command: popd
  408. ~/kdenlive/src
  409. LOG: Configuring, compiling, and installing mlt
  410. LOG: About to run command: pushd .
  411. ~/kdenlive/src ~/kdenlive/src
  412. LOG: About to run command: cd mlt
  413. LOG: PATH=/home/sam/kdenlive/20141221/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
  414. LOG: LD_RUN_PATH=/home/sam/kdenlive/20141221/lib
  415. LOG: PKG_CONFIG_PATH=/home/sam/kdenlive/20141221/lib/pkgconfig:
  416. LOG: CFLAGS=-I/home/sam/kdenlive/20141221/include
  417. LOG: LDFLAGS=-L/home/sam/kdenlive/20141221/lib
  418. LOG: Configuring mlt
  419. LOG: About to run command: ./configure --prefix=/home/sam/kdenlive/20141221 --enable-gpl --enable-debug
  420. Configuring framework:
  421. Configuring modules:
  422. Configuring modules/avformat:
  423. Configuring modules/core:
  424. Configuring modules/decklink:
  425. Configuring modules/feeds:
  426. Configuring modules/frei0r:
  427. Configuring modules/gtk2:
  428. - GTK2 components not found: disabling
  429. Configuring modules/jackrack:
  430. Package jack was not found in the pkg-config search path.
  431. Perhaps you should add the directory containing `jack.pc'
  432. to the PKG_CONFIG_PATH environment variable
  433. No package 'jack' found
  434. - jackrack not found: disabling
  435. - ladspa not found; disabling
  436. Configuring modules/kdenlive:
  437. Configuring modules/linsys:
  438. Configuring modules/lumas:
  439. Configuring modules/motion_est:
  440. Configuring modules/normalize:
  441. Configuring modules/oldfilm:
  442. Configuring modules/opengl:
  443. Configuring modules/plus:
  444. Configuring modules/plusgpl:
  445. Configuring modules/qt:
  446. - Libexif not found, disabling exif features (auto rotate)
  447. - Qt version 4.x detected
  448. Configuring modules/resample:
  449. - libsamplerate not found: disabling
  450. Configuring modules/rtaudio:
  451. Configuring modules/sdl:
  452. Configuring modules/sox:
  453. - sox not found: disabling
  454. Configuring modules/swfdec:
  455. - swfdec not found: disabling
  456. Configuring modules/vid.stab:
  457. Configuring modules/videostab:
  458. Configuring modules/vmfx:
  459. Configuring modules/xine:
  460. Configuring modules/xml:
  461. Configuring mlt++:
  462. Configuring swig:
  463. GPLv2 license used; GPLv3 components disabled
  464. LOG: Done configuring mlt
  465. LOG: Number of steps completed : 45
  466. LOG: About to run command: pushd .
  467. ~/kdenlive/src/mlt ~/kdenlive/src/mlt ~/kdenlive/src
  468. LOG: About to run command: cd src/modules
  469. LOG: MLTDISABLED <b>gtk2</b> : this is an <b>optional</b> module that provides some additional image loading support. To enable it, try installing a package called something like libgtk2-dev?.
  470. LOG: MLTDISABLED <b>jackrack</b> : this is an <b>optional</b> module that provides sound effects/operations. To enable it, try installing a package called something like libjack-dev.
  471. LOG: MLTDISABLED <b>resample</b> : this is an <b>optional</b> module that provides audio resampling. To enable it, try installing a package called something like libsamplerate0-dev.
  472. LOG: MLTDISABLED <b>sox</b> : this is an <b>optional</b> module that provides sound effects/operations. To enable it, try installing a package called something like sox-dev.
  473. LOG: MLTDISABLED <b>swfdec</b> : this is an <b>optional</b> module that provides ... dunno ... . To enable it, try installing a package called something like ... dunno ....
  474. ERROR: One or more required MLT modules could not be enabled
  475. LOG: Process has finished. Reason: FAILURE Some kind of error occured: One or more required MLT modules could not be enabled
Add Comment
Please, Sign In to add comment