1. Home
  2. Browse
  3. sdl1-mixer

sdl1-mixer

v2025-09-10#0Latest

An audio mixer that supports various file formats for Simple Directmedia Layer.

Install

Run the following Vcpkg command to install the port.

vcpkg install sdl1-mixer

Usage

sdl1-mixer is compatible with built-in CMake variables:

find_package(SDL_mixer REQUIRED)

target_include_directories(main PRIVATE ${SDL_MIXER_INCLUDE_DIRS})

target_link_libraries(main PRIVATE ${SDL_MIXER_LIBRARIES})

Dependencies

See source

Version

v2025-09-10#0

Publication

Supports

!osx & !uwp & !arm

GitHub

libsdl-org/SDL_mixer

Homepage

libsdl.org

Subtree

c6b5ba3a6e

License

Zlib

Definition

Manifest