diff src/config.h.in @ 991:34259889b2b1 dev-0_9_1

Add support for libSIDPlay-FP v1.1.x.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 11 Oct 2013 14:37:20 +0300
parents 15995c18e410
children 38aad9f0bdf7
line wrap: on
line diff
--- a/src/config.h.in	Fri Oct 11 13:47:41 2013 +0300
+++ b/src/config.h.in	Fri Oct 11 14:37:20 2013 +0300
@@ -61,8 +61,11 @@
 /* Define if you have and want to use libSIDPlayFP */
 #undef HAVE_SIDPLAYFP
 
-/* Define if you are using v1.0.0 API of libSIDPlay2-FP. */
-#undef HAVE_SIDPLAYFP_V1
+/* Define if you are using v1.0.x API of libSIDPlay2-FP. */
+#undef HAVE_SIDPLAYFP_V10
+
+/* Define if you are using v1.1.x API of libSIDPlay2-FP. */
+#undef HAVE_SIDPLAYFP_V11
 
 /* Define if you have XMMS patched with the songpos patch. */
 #undef HAVE_SONG_POSITION