google-code-export / ffmpegthumbnailer

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

Latest ffmpeg snapshot in fedora or foresight dont work to compile #61

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install a more recent ffmpeg. Like snapshot from fedora or compile one 
on your own
2.
3.

What is the expected output? What do you see instead?

expected to be built ok. Configure says:
checking for FFMPEG... yes
checking ffmpeg/avcodec.h usability... no
checking ffmpeg/avcodec.h presence... no
checking for ffmpeg/avcodec.h... no
checking ffmpeg/avformat.h usability... no
checking ffmpeg/avformat.h presence... no
checking for ffmpeg/avformat.h... no
checking ffmpeg/avutil.h usability... no
checking ffmpeg/avutil.h presence... no
checking for ffmpeg/avutil.h... no
checking ffmpeg/swscale.h usability... no
checking ffmpeg/swscale.h presence... no
checking for ffmpeg/swscale.h... no

/usr/include/libavutil/common.h: In function ‘int32_t 
av_clipl_int32(int64_t)’:
/usr/include/libavutil/common.h:154: error: ‘UINT64_C’ was not declared in 
this scope
make[2]: *** [libffmpegthumbnailer_la-videothumbnailer.lo] Error 1

The files are moved to:
/usr/include/libavutil/avutil.h
/usr/include/libavformat/avformat.h
/usr/include/libswscale/swscale.h

Original issue reported on code.google.com by foresigh...@gmail.com on 30 Apr 2010 at 7:28

GoogleCodeExporter commented 9 years ago
ffmpeg 0.5.1 works to use though. Then ffmpegthumbnailer gets build properly.

ffmpeg later than 0.5.1 will probably fail to build against ffmpegthumbnailer.

Original comment by foresigh...@gmail.com on 30 Apr 2010 at 8:31

GoogleCodeExporter commented 9 years ago
This seems like a bug in ffmpeg, I'm using FFmpeg version SVN-r22837 which is 
still 
working ok. You are probably using a broken revision of ffmpeg. Try upgrading 
to the 
latest ffmpeg revision.

Original comment by dirk.vdb on 3 May 2010 at 2:24

GoogleCodeExporter commented 9 years ago
I committed a change in subversion that should avoid the error you are seeing.

Original comment by dirk.vdb on 10 May 2010 at 11:37

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 10 May 2010 at 11:38