We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems after installing ffmpeg-devel the thing still cannot go forward.
BTW the library path is
/usr/include/ffmpeg/
The text was updated successfully, but these errors were encountered:
What is the error output?
Sorry, something went wrong.
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.
No branches or pull requests
It seems after installing ffmpeg-devel the thing still cannot go forward.
BTW the library path is
/usr/include/ffmpeg/
The text was updated successfully, but these errors were encountered: