nagyistoce / ffmpegthumbnailer

Automatically exported from code.google.com/p/ffmpegthumbnailer
GNU General Public License v2.0
0 stars 1 forks source link

API update breaks compilation #95

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
ffmpegthumbnailer does not compile any longer because of api changes in 
libavformat/libavcodec. Relevant commits:
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=3211932c513338566b31d990d06957e
15a644d13
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=05e84c95c7f0543553af8f0ebd50fb5
604e7e2ff
http://git.videolan.org/?p=ffmpeg.git;a=commit;h=d2d931500b24900dcff2527b94ce0df
c36f9d6f2

Attached patch fixes compilation for me (tested on libav only).

Original issue reported on code.google.com by nepherte@gmail.com on 16 Feb 2012 at 9:53

Attachments:

GoogleCodeExporter commented 9 years ago
I still get errors.

Original comment by drz....@gmail.com on 23 Feb 2012 at 3:50

Attachments:

GoogleCodeExporter commented 9 years ago
Works for me with latest libav snapshot. What version of ffmpeg / libav are you 
using?

Original comment by nepherte@gmail.com on 23 Feb 2012 at 6:55

GoogleCodeExporter commented 9 years ago
ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
� built on Feb 12 2012 01:14:52 with gcc 4.5.2
� configuration: --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib
--mandir=/usr/man --disable-debug --enable-shared --disable-static
--enable-pthreads --enable-libtheora --enable-libvorbis --enable-gpl
--enable-version3 --enable-postproc --enable-swscale --enable-x11grab
--enable-avfilter --arch=i486 --enable-libopenjpeg --enable-libmp3lame
--enable-libfaac --enable-libxvid --enable-libx264 --enable-nonfree
--enable-libopencv
� libavutil��� 51. 32. 0 / 51. 32. 0
� libavcodec�� 53. 42. 0 / 53. 42. 0
� libavformat� 53. 24. 0 / 53. 24. 0
� libavdevice� 53.� 4. 0 / 53.� 4. 0
� libavfilter�� 2. 53. 0 /� 2. 53. 0
� libswscale��� 2.� 1. 0 /� 2.� 1. 0
� libpostproc� 51.� 2. 0 / 51.� 2. 0
ffmpeg 0.9
libavutil��� 51. 32. 0 / 51. 32. 0
libavcodec�� 53. 42. 0 / 53. 42. 0
libavformat� 53. 24. 0 / 53. 24. 0
libavdevice� 53.� 4. 0 / 53.� 4. 0
libavfilter�� 2. 53. 0 /� 2. 53. 0
libswscale��� 2.� 1. 0 /� 2.� 1. 0
libpostproc� 51.� 2. 0 / 51.� 2. 0

Original comment by drz....@gmail.com on 24 Feb 2012 at 3:51

GoogleCodeExporter commented 9 years ago
That's strange. I just tried it with ffmpeg 0.9 and 0.9.1 and it works just 
fine.

Original comment by nepherte@gmail.com on 24 Feb 2012 at 5:03

GoogleCodeExporter commented 9 years ago
The version in svn should compile again

Original comment by dirk.vdb on 24 Feb 2012 at 6:46

GoogleCodeExporter commented 9 years ago
Well, I tried compiling on another machine (identical distro
(Slackware 13.37) and ffmpeg version), and it did compile w/o
complaints (w/o the above patch either btw).
Seems to run fine too.

Original comment by drz....@gmail.com on 24 Feb 2012 at 6:51

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 25 Aug 2012 at 10:49