You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/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.
The text was updated successfully, but these errors were encountered:
you must install libavutil-dev, libavcodec-dev, libavcodec-dev, libavformat-dev and libswscale-dev In order to compile the code (these are header packages)
/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.
The text was updated successfully, but these errors were encountered: