Open wl3b10s opened 3 years ago
when the project is build with VS2015.
error show: C1083 Cannot open include file: 'ogg/ogg.h': No such file or directory C1083 Cannot open include file: 'opus.h': No such file or directory
should i do some mannal setting to correct this?
thanks.
opus-tools depends on libopus, libopusenc, opusfile, ogg, and flac (to accept FLAC input). Those should be installed before building.
when the project is build with VS2015.
error show: C1083 Cannot open include file: 'ogg/ogg.h': No such file or directory C1083 Cannot open include file: 'opus.h': No such file or directory
should i do some mannal setting to correct this?
thanks.