|
@@ -240,6 +240,11 @@
|
|
|
#else
|
|
#else
|
|
|
#print - Did not find Bullet Physics
|
|
#print - Did not find Bullet Physics
|
|
|
#endif
|
|
#endif
|
|
|
|
|
+#if $[HAVE_VORBIS]
|
|
|
|
|
+#print + libvorbis (Ogg Vorbis Decoder)
|
|
|
|
|
+#else
|
|
|
|
|
+#print - Did not find libvorbis (Ogg Vorbis Decoder)
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#print
|
|
#print
|
|
|
#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]]
|
|
#if $[and $[HAVE_INTERROGATE],$[HAVE_PYTHON]]
|
|
@@ -340,6 +345,9 @@ $[cdefine HAVE_FCOLLADA]
|
|
|
/* Define if we have ARToolKit available. */
|
|
/* Define if we have ARToolKit available. */
|
|
|
$[cdefine HAVE_ARTOOLKIT]
|
|
$[cdefine HAVE_ARTOOLKIT]
|
|
|
|
|
|
|
|
|
|
+/* Define if we have libvorbisfile available. */
|
|
|
|
|
+$[cdefine HAVE_VORBIS]
|
|
|
|
|
+
|
|
|
/* Define if we have OpenSSL installed. */
|
|
/* Define if we have OpenSSL installed. */
|
|
|
$[cdefine HAVE_OPENSSL]
|
|
$[cdefine HAVE_OPENSSL]
|
|
|
$[cdefine REPORT_OPENSSL_ERRORS]
|
|
$[cdefine REPORT_OPENSSL_ERRORS]
|
|
@@ -377,9 +385,6 @@ $[cdefine HAVE_SQUISH]
|
|
|
/* Define if we have Berkeley DB installed. */
|
|
/* Define if we have Berkeley DB installed. */
|
|
|
$[cdefine HAVE_BDB]
|
|
$[cdefine HAVE_BDB]
|
|
|
|
|
|
|
|
-/* Define if we have VRPN installed. */
|
|
|
|
|
-$[cdefine HAVE_VRPN]
|
|
|
|
|
-
|
|
|
|
|
/* Define if we have HELIX installed. */
|
|
/* Define if we have HELIX installed. */
|
|
|
$[cdefine HAVE_HELIX]
|
|
$[cdefine HAVE_HELIX]
|
|
|
|
|
|