mirror of
https://github.com/azahar-emu/soundtouch
synced 2025-11-07 07:30:02 +01:00
soundtouch_config.h configuration patch
This commit is contained in:
parent
4bc115df86
commit
5ad8994798
@ -22,7 +22,7 @@ dnl Place - Suite 330, Boston, MA 02111-1307, USA
|
|||||||
AC_INIT(SoundTouch, 1.8.0, [http://www.surina.net/soundtouch])
|
AC_INIT(SoundTouch, 1.8.0, [http://www.surina.net/soundtouch])
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
AC_CONFIG_MACRO_DIR([config/m4])
|
AC_CONFIG_MACRO_DIR([config/m4])
|
||||||
AM_CONFIG_HEADER([include/soundtouch_config.h])
|
AM_CONFIG_HEADER([config.h include/soundtouch_config.h])
|
||||||
AM_INIT_AUTOMAKE
|
AM_INIT_AUTOMAKE
|
||||||
AM_SILENT_RULES([yes])
|
AM_SILENT_RULES([yes])
|
||||||
#AC_DISABLE_SHARED dnl This makes libtool only build static libs
|
#AC_DISABLE_SHARED dnl This makes libtool only build static libs
|
||||||
|
|||||||
8
include/soundtouch_config.h.in
Normal file
8
include/soundtouch_config.h.in
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
/* Do not use x86 optimizations */
|
||||||
|
#undef SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS
|
||||||
|
|
||||||
|
/* Use Float as Sample type */
|
||||||
|
#undef SOUNDTOUCH_FLOAT_SAMPLES
|
||||||
|
|
||||||
|
/* Use Integer as Sample type */
|
||||||
|
#undef SOUNDTOUCH_INTEGER_SAMPLES
|
||||||
Loading…
x
Reference in New Issue
Block a user