google-code-export / ffmpegthumbnailer

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

build of ffmpegthumbnailer-1.5 fails on Fedora 10 #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. ./configure && make

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

In file included from libffmpegthumbnailer/moviedecoder.cpp:17:
libffmpegthumbnailer/moviedecoder.h:33:28: error: ffmpeg/avcodec.h: No such
file or directory
libffmpegthumbnailer/moviedecoder.h:38:29: error: ffmpeg/avformat.h: No
such file or directory
libffmpegthumbnailer/moviedecoder.cpp:28:28: error: ffmpeg/swscale.h: No
such file or directory
In file included from libffmpegthumbnailer/moviedecoder.cpp:17:
libffmpegthumbnailer/moviedecoder.h:45: error: 'AVFormatContext' has not
been declared

What version of the product are you using? On what operating system?
Fedora 10 with gcc-4.3.2-7.i386

# rpm -q ffmpeg-devel
ffmpeg-devel-0.4.9-0.55.20080908.fc10.i386

# rpm -ql ffmpeg-devel |grep avcodec.h
/usr/include/ffmpeg/libavcodec/avcodec.h

Please provide any additional information below.

Workaround is:
# cd /usr/include/ffmpeg/
# ln -s libavcodec/avcodec.h ./
# ln -s libavformat/avformat.h ./
# ln -s libswscale/swscale.h ./
# ln -s libavformat/avio.h ./

Is it possible to change something in the configure.ac file ?

Original issue reported on code.google.com by Martin.G...@gmail.com on 29 Apr 2009 at 2:13

GoogleCodeExporter commented 9 years ago
Check this issue. In my opinion this is a problem with the fedora package. I 
guess
you could start fiddling with include paths.

Regards,
Dirk

Original comment by dirk.vdb on 29 Apr 2009 at 2:30

GoogleCodeExporter commented 9 years ago

Original comment by dirk.vdb on 29 Apr 2009 at 2:30