vcat
vcat copied to clipboard
Cannot build on Fedora
It seems after installing ffmpeg-devel the thing still cannot go forward.
BTW the library path is
/usr/include/ffmpeg/
What is the error output?
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
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.