File: ReadMe.txt

package info (click to toggle)
libmikmod 3.3.13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,188 kB
  • sloc: ansic: 36,299; sh: 5,013; makefile: 548; javascript: 1
file content (15 lines) | stat: -rw-r--r-- 766 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
* For XAudio2 support you need xaudio2.h (DirectX SDK June 2010 has
  xaudio2_7). Add DRV_XAUDIO2 among your preprocessor definitions.
  If you want xaudio2_8 for Windows 8 and newer, then:
  - also add DRV_XAUDIO28 among the preprocessor definitions,
  - make sure that xaudio2.h is from Windows 8 or newer sdk,
  - change properties of drv_xaudio2.c and choose "Compile as C++".

* For OpenAL support you need OpenAL 1.1 SDK: Add DRV_OPENAL among
  your preprocessor definitions, and add OpenAL32.lib among your
  link libraries. (See drv_openal.c for notes about OpenAL header
  location issues, if necessary. )

* For SSE2 support: Add MIKMOD_SIMD among your preprocessor definitions.
  (the SIMD code is unstable at present: *NOT* recommended.)