Added configure and cmake support for libsamplerate

This commit is contained in:
Sam Lantinga 2017-01-06 20:43:53 -08:00
parent 8ab0ba202d
commit 5a0aef995a
7 changed files with 294 additions and 179 deletions

View file

@ -83,6 +83,7 @@
#undef HAVE_DBUS_DBUS_H
#undef HAVE_IBUS_IBUS_H
#undef HAVE_FCITX_FRONTEND_H
#undef HAVE_LIBSAMPLERATE_H
/* C library functions */
#undef HAVE_MALLOC
@ -363,4 +364,7 @@
/* Enable dynamic udev support */
#undef SDL_UDEV_DYNAMIC
/* Enable dynamic libsamplerate support */
#undef SDL_LIBSAMPLERATE_DYNAMIC
#endif /* SDL_config_h_ */