Enable soundfile support for VS2022/2026 builds.

This commit is contained in:
Holger Vogt 2026-05-10 16:36:11 +02:00
parent 201ae8cac7
commit 760b12b14e
1 changed files with 6 additions and 2 deletions

View File

@ -5,8 +5,9 @@
/* select major ngspice options */
/* to undefine, replace #define by #undef and comment out */
/* S parameter analysis */
#define RFSPICE 1
/* Define if you want soundfile (*.wav) support */
#define HAVE_LIBSNDFILE
#define HAVE_LIBSAMPLERATE
/* Define if you want PSS analysis */
#define WITH_PSS /**/
@ -28,6 +29,9 @@
/**********************************************************************/
/********* Don't change entries found below ***************************/
/* S parameter analysis */
#define RFSPICE 1
/* The xspice enhancements */
#define XSPICE 1