vcat icon indicating copy to clipboard operation
vcat copied to clipboard

Cannot build on Fedora

Open cicku opened this issue 11 years ago • 3 comments

It seems after installing ffmpeg-devel the thing still cannot go forward.

BTW the library path is

/usr/include/ffmpeg/

cicku avatar May 01 '13 07:05 cicku

What is the error output?

libcg avatar May 03 '13 07:05 libcg

make 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' -j3

gcc -c -Wall -pedantic -std=c99 -o vcat.o vcat.c

vcat.c:39:32: fatal error: libavcodec/avcodec.h: No such file or directory

cicku avatar May 06 '13 08:05 cicku

This thread may help you. http://code.google.com/p/ffmpegthumbnailer/issues/detail?id=18

Try to replace "#include < libavcodec/avcodec.h >" to "#include < ffmpeg/avcodec.h >" and so on.

libcg avatar May 06 '13 19:05 libcg