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 make #6

Open
TheLinx opened this issue May 28, 2010 · 2 comments
Open

Cannot make #6

TheLinx opened this issue May 28, 2010 · 2 comments

Comments

@TheLinx
Copy link

TheLinx commented May 28, 2010

/home/thelinx/Projects/AndroidUsbCamera/src/framesconverter.cpp:28:32: error: libavcodec/avcodec.h: No such file or directory
/home/thelinx/Projects/AndroidUsbCamera/src/framesconverter.cpp:29:34: error: libavformat/avformat.h: No such file or directory
/home/thelinx/Projects/AndroidUsbCamera/src/framesconverter.cpp:30:32: error: libswscale/swscale.h: No such file or directory

After installing libavcodec-dev, libavformat-dev and libswscale-dev this issue was fixed.

However, I think you should make the CMakeLists.txt check for these files before giving the A-OK.

@comtom
Copy link

comtom commented Jul 14, 2010

You have some missing dependencies.

you must install libavutil-dev, libavcodec-dev, libavcodec-dev, libavformat-dev and libswscale-dev In order to compile the code (these are header packages)

good luck

@TheLinx
Copy link
Author

TheLinx commented Sep 30, 2011

Like I said, you should make the CMakeLists.txt check for these files before giving the A-OK to build.

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