Advertisement
Guest User

ffmpegthumb installation KF5

a guest
Sep 4th, 2015
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.87 KB | None | 0 0
  1. Linking to https://www.kubuntuforums.net/showthread.php?32568-Video-Previews&p=367642&viewfull=1#post367642
  2.  
  3. Installing:
  4.  
  5. git
  6. build-essential
  7. cmake
  8. extra-cmake-modules
  9. kio-dev
  10. pkg-config
  11. libavformat-dev
  12. libavcodec-dev
  13. libswscale-dev
  14.  
  15. wile@coyote:~/Public$ git clone git://anongit.kde.org/ffmpegthumbs
  16. Cloning into 'ffmpegthumbs'...
  17. remote: Counting objects: 530, done.
  18. remote: Compressing objects: 100% (229/229), done.
  19. remote: Total 530 (delta 300), reused 530 (delta 300)
  20. Receiving objects: 100% (530/530), 83.04 KiB | 0 bytes/s, done.
  21. Resolving deltas: 100% (300/300), done.
  22. Checking connectivity... done.
  23.  
  24. wile@coyote:~/Public$ cd ffmpegthumbs
  25.  
  26. wile@coyote:~/Public/ffmpegthumbs$ git checkout origin/frameworks
  27. Note: checking out 'origin/frameworks'.
  28.  
  29. You are in 'detached HEAD' state. You can look around, make experimental
  30. changes and commit them, and you can discard any commits you make in this
  31. state without impacting any branches by performing another checkout.
  32.  
  33. If you want to create a new branch to retain commits you create, you may
  34. do so (now or later) by using -b with the checkout command again. Example:
  35.  
  36. git checkout -b <new-branch-name>
  37.  
  38. HEAD is now at c06602f... Port to Frameworks
  39.  
  40. wile@coyote:~/Public$ cd ffmpegthumbs
  41. wile@coyote:~/Public/ffmpegthumbs$ mkdir -p builddir
  42. wile@coyote:~/Public/ffmpegthumbs$ cd builddir && cmake .. -DCMAKE_INSTALL_PREFIX=$(kf5-config --prefix) -DCMAKE_BUILD_TYPE=Release -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
  43. -- The C compiler identification is GNU 5.2.1
  44. -- The CXX compiler identification is GNU 5.2.1
  45. -- Check for working C compiler: /usr/bin/cc
  46. -- Check for working C compiler: /usr/bin/cc -- works
  47. -- Detecting C compiler ABI info
  48. -- Detecting C compiler ABI info - done
  49. -- Detecting C compile features
  50. -- Detecting C compile features - done
  51. -- Check for working CXX compiler: /usr/bin/c++
  52. -- Check for working CXX compiler: /usr/bin/c++ -- works
  53. -- Detecting CXX compiler ABI info
  54. -- Detecting CXX compiler ABI info - done
  55. -- Detecting CXX compile features
  56. -- Detecting CXX compile features - done
  57. -- Looking for __GLIBC__
  58. -- Looking for __GLIBC__ - found
  59. -- Performing Test _OFFT_IS_64BIT
  60. -- Performing Test _OFFT_IS_64BIT - Success
  61. -- Found KF5KIO: /usr/lib/x86_64-linux-gnu/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.13.0")
  62. -- Found KF5: success (found version "5.13.0") found components: KIO
  63. -- Found PkgConfig: /usr/bin/pkg-config (found version "0.28")
  64. -- checking for module 'libavcodec'
  65. -- found libavcodec, version 56.41.100
  66. -- checking for module 'libavformat'
  67. -- found libavformat, version 56.36.100
  68. -- checking for module 'libavdevice'
  69. -- package 'libavdevice' not found
  70. -- checking for module 'libavutil'
  71. -- found libavutil, version 54.27.100
  72. -- checking for module 'libswscale'
  73. -- found libswscale, version 3.1.101
  74. -- checking for module 'libpostproc'
  75. -- package 'libpostproc' not found
  76. -- Found FFmpeg: /usr/lib/x86_64-linux-gnu/libavcodec.so;/usr/lib/x86_64-linux-gnu/libavformat.so;/usr/lib/x86_64-linux-gnu/libswscale.so
  77. -- Configuring done
  78. -- Generating done
  79. -- Build files have been written to: /home/wile/Public/ffmpegthumbs/builddir
  80.  
  81. wile@coyote:~/Public/ffmpegthumbs/builddir$ sudo make install
  82. [sudo] password for wile:
  83. Scanning dependencies of target ffmpegthumbs_automoc
  84. [ 6%] Automatic moc for target ffmpegthumbs
  85. Generating moc_ffmpegthumbnailer.cpp
  86. [ 6%] Built target ffmpegthumbs_automoc
  87. Scanning dependencies of target ffmpegthumbs
  88. [ 13%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer.cpp.o
  89. [ 20%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/filmstripfilter.cpp.o
  90. [ 26%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/moviedecoder.cpp.o
  91. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::initialize(const QString&)’:
  92. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:70:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  93. m_pFrame = avcodec_alloc_frame();
  94. ^
  95. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  96. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  97. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  98. AVFrame *avcodec_alloc_frame(void);
  99. ^
  100. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:70:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  101. m_pFrame = avcodec_alloc_frame();
  102. ^
  103. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  104. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  105. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  106. AVFrame *avcodec_alloc_frame(void);
  107. ^
  108. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:70:36: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  109. m_pFrame = avcodec_alloc_frame();
  110. ^
  111. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  112. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  113. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  114. AVFrame *avcodec_alloc_frame(void);
  115. ^
  116. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘bool ffmpegthumbnailer::MovieDecoder::decodeVideoPacket()’:
  117. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:242:5: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  118. avcodec_get_frame_defaults(m_pFrame);
  119. ^
  120. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  121. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  122. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3645:6: note: declared here
  123. void avcodec_get_frame_defaults(AVFrame *frame);
  124. ^
  125. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:242:5: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  126. avcodec_get_frame_defaults(m_pFrame);
  127. ^
  128. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  129. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  130. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3645:6: note: declared here
  131. void avcodec_get_frame_defaults(AVFrame *frame);
  132. ^
  133. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:242:40: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  134. avcodec_get_frame_defaults(m_pFrame);
  135. ^
  136. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  137. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  138. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3645:6: note: declared here
  139. void avcodec_get_frame_defaults(AVFrame *frame);
  140. ^
  141. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::getScaledVideoFrame(int, bool, ffmpegthumbnailer::VideoFrame&)’:
  142. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:289:9: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  143. avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContex
  144. ^
  145. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  146. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  147. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4849:5: note: declared here
  148. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  149. ^
  150. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:289:9: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  151. avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContex
  152. ^
  153. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  154. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  155. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4849:5: note: declared here
  156. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  157. ^
  158. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:290:88: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  159. m_pVideoCodecContext->width, m_pVideoCodecContext->height);
  160. ^
  161. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  162. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  163. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4849:5: note: declared here
  164. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  165. ^
  166. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::createAVFrame(AVFrame**, quint8**, int, int, AVPixelFormat)’:
  167. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:360:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  168. *avFrame = avcodec_alloc_frame();
  169. ^
  170. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  171. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  172. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  173. AVFrame *avcodec_alloc_frame(void);
  174. ^
  175. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:360:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  176. *avFrame = avcodec_alloc_frame();
  177. ^
  178. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  179. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  180. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  181. AVFrame *avcodec_alloc_frame(void);
  182. ^
  183. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:360:36: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  184. *avFrame = avcodec_alloc_frame();
  185. ^
  186. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  187. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  188. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  189. AVFrame *avcodec_alloc_frame(void);
  190. ^
  191. [ 33%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/imagewriter.cpp.o
  192. [ 40%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbnailer/videothumbnailer.cpp.o
  193. [ 46%] Building CXX object CMakeFiles/ffmpegthumbs.dir/ffmpegthumbs_automoc.cpp.o
  194. Linking CXX shared module ffmpegthumbs.so
  195. [ 46%] Built target ffmpegthumbs
  196. Scanning dependencies of target ffmpegthumbtest_automoc
  197. [ 53%] Automatic moc for target ffmpegthumbtest
  198. Generating moc_ffmpegthumbnailer.cpp
  199. [ 53%] Built target ffmpegthumbtest_automoc
  200. Scanning dependencies of target ffmpegthumbtest
  201. [ 60%] Building CXX object tests/CMakeFiles/ffmpegthumbtest.dir/ffmpegthumbtest.cpp.o
  202. [ 66%] Building CXX object tests/CMakeFiles/ffmpegthumbtest.dir/__/ffmpegthumbnailer.cpp.o
  203. [ 73%] Building CXX object tests/CMakeFiles/ffmpegthumbtest.dir/__/ffmpegthumbnailer/filmstripfilter.cpp.o
  204. [ 80%] Building CXX object tests/CMakeFiles/ffmpegthumbtest.dir/__/ffmpegthumbnailer/moviedecoder.cpp.o
  205. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::initialize(const QString&)’:
  206. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:70:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  207. m_pFrame = avcodec_alloc_frame();
  208. ^
  209. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  210. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  211. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  212. AVFrame *avcodec_alloc_frame(void);
  213. ^
  214. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:70:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  215. m_pFrame = avcodec_alloc_frame();
  216. ^
  217. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  218. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  219. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  220. AVFrame *avcodec_alloc_frame(void);
  221. ^
  222. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:70:36: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  223. m_pFrame = avcodec_alloc_frame();
  224. ^
  225. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  226. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  227. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  228. AVFrame *avcodec_alloc_frame(void);
  229. ^
  230. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘bool ffmpegthumbnailer::MovieDecoder::decodeVideoPacket()’:
  231. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:242:5: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  232. avcodec_get_frame_defaults(m_pFrame);
  233. ^
  234. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  235. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  236. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3645:6: note: declared here
  237. void avcodec_get_frame_defaults(AVFrame *frame);
  238. ^
  239. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:242:5: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  240. avcodec_get_frame_defaults(m_pFrame);
  241. ^
  242. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  243. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  244. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3645:6: note: declared here
  245. void avcodec_get_frame_defaults(AVFrame *frame);
  246. ^
  247. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:242:40: warning: ‘void avcodec_get_frame_defaults(AVFrame*)’ is deprecated [-Wdeprecated-declarations]
  248. avcodec_get_frame_defaults(m_pFrame);
  249. ^
  250. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  251. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  252. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3645:6: note: declared here
  253. void avcodec_get_frame_defaults(AVFrame *frame);
  254. ^
  255. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::getScaledVideoFrame(int, bool, ffmpegthumbnailer::VideoFrame&)’:
  256. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:289:9: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  257. avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContex
  258. ^
  259. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  260. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  261. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4849:5: note: declared here
  262. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  263. ^
  264. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:289:9: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  265. avpicture_deinterlace((AVPicture*) m_pFrame, (AVPicture*) m_pFrame, m_pVideoCodecContex
  266. ^
  267. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  268. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  269. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4849:5: note: declared here
  270. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  271. ^
  272. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:290:88: warning: ‘int avpicture_deinterlace(AVPicture*, const AVPicture*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  273. m_pVideoCodecContext->width, m_pVideoCodecContext->height);
  274. ^
  275. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  276. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  277. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:4849:5: note: declared here
  278. int avpicture_deinterlace(AVPicture *dst, const AVPicture *src,
  279. ^
  280. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp: In member function ‘void ffmpegthumbnailer::MovieDecoder::createAVFrame(AVFrame**, quint8**, int, int, AVPixelFormat)’:
  281. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:360:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  282. *avFrame = avcodec_alloc_frame();
  283. ^
  284. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  285. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  286. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  287. AVFrame *avcodec_alloc_frame(void);
  288. ^
  289. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:360:16: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  290. *avFrame = avcodec_alloc_frame();
  291. ^
  292. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  293. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  294. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  295. AVFrame *avcodec_alloc_frame(void);
  296. ^
  297. /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:360:36: warning: ‘AVFrame* avcodec_alloc_frame()’ is deprecated [-Wdeprecated-declarations]
  298. *avFrame = avcodec_alloc_frame();
  299. ^
  300. In file included from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.h:24:0,
  301. from /home/wile/Public/ffmpegthumbs/ffmpegthumbnailer/moviedecoder.cpp:17:
  302. /usr/include/x86_64-linux-gnu/libavcodec/avcodec.h:3635:10: note: declared here
  303. AVFrame *avcodec_alloc_frame(void);
  304. ^
  305. [ 86%] Building CXX object tests/CMakeFiles/ffmpegthumbtest.dir/__/ffmpegthumbnailer/imagewriter.cpp.o
  306. [ 93%] Building CXX object tests/CMakeFiles/ffmpegthumbtest.dir/__/ffmpegthumbnailer/videothumbnailer.cpp.o
  307. [100%] Building CXX object tests/CMakeFiles/ffmpegthumbtest.dir/ffmpegthumbtest_automoc.cpp.o
  308. Linking CXX executable ffmpegthumbtest
  309. [100%] Built target ffmpegthumbtest
  310. Install the project...
  311. -- Install configuration: "Release"
  312. -- Installing: /usr/lib/x86_64-linux-gnu/qt5/plugins/ffmpegthumbs.so
  313. -- Installing: /usr/share/kservices5/ffmpegthumbs.desktop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement