Skip to content
New issue

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

Cannot build on Fedora #2

Open
cicku opened this issue May 1, 2013 · 3 comments
Open

Cannot build on Fedora #2

cicku opened this issue May 1, 2013 · 3 comments

Comments

@cicku
Copy link

cicku commented May 1, 2013

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

BTW the library path is

/usr/include/ffmpeg/

@libcg
Copy link
Owner

libcg commented May 3, 2013

What is the error output?

@cicku
Copy link
Author

cicku commented May 6, 2013

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

@libcg
Copy link
Owner

libcg commented May 6, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants