Open marcoippolito opened 4 years ago
sample-transcode
, sample-view
and test-basic
keeps only for historical reason. Refer to api2-samples
.
And main issue, that you tries to build only with AvCpp as dependency. But FFmpeg one also needed.
Try last version (some changes was not committed for a three month...)
Also, samples can be compiled out of tree now. You can use samples CMakeLists.txt as a reference.
pkg-config file libavcpp.pc still has problems. Additional testing is needed.
In Ubuntu 18.04.4 Desktop I installed avcpp following these indications: https://github.com/h4tr3d/avcpp#ubuntu-and-linux-mint
But when trying to compile some examples I get "No such file or directory":
The same problem for another example:
How to solve the problem?