xiph / opus-tools

A set of tools to encode, inspect, and decode audio in the Opus format.
https://opus-codec.org/
Other
218 stars 79 forks source link

build error with VS2015 #58

Open wl3b10s opened 3 years ago

wl3b10s commented 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.

mark4o commented 3 years ago

opus-tools depends on libopus, libopusenc, opusfile, ogg, and flac (to accept FLAC input). Those should be installed before building.