ffmpeg-cpp icon indicating copy to clipboard operation
ffmpeg-cpp copied to clipboard

compiling error

Open ywangwxd opened this issue 1 year ago • 0 comments

I do not know if it is the problem of of enviroment. I cannot compile the example project successfully. It complains something like this, libav-cpp/av/Decoder.hpp:81:26: error: ‘Packet’ has not been declared

It seems that the complier cannot find the header files under av/ directory. But I see it is right when checking message("AV files: ${AV_FILES}")

What is wrong with it? I did not make any change from the git repo.

ywangwxd avatar Jan 02 '24 02:01 ywangwxd