Enable soundfile support for VS2022/2026 builds.
This commit is contained in:
parent
201ae8cac7
commit
760b12b14e
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue