Codebase list libsdl2-mixer / 6751f92
Enable support for the Opus codec. Felix Geyer 4 years ago
3 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
33 * Verify signature of upstream tarball.
44 * Switch from libmad to libmpg123 to avoid potential GPL licensing issues
55 of libsdl2-mixer users.
6 * Enable support for the Opus codec.
67
78 -- Felix Geyer <fgeyer@debian.org> Sun, 03 Feb 2019 12:11:20 +0100
89
1010 libmodplug-dev (>= 1:0.8.8),
1111 libmpg123-dev,
1212 libogg-dev (>= 1.2.0),
13 libopusfile-dev,
1314 libsdl2-dev (>= 2.0.7),
1415 libtool,
1516 libvorbis-dev (>= 1.2.0),
4949 # ogg
5050 confflags += --enable-music-ogg
5151 confflags += --disable-music-ogg-shared
52 # opus
53 confflags += --enable-music-opus
54 confflags += --disable-music-opus-shared
5255 # wav
5356 confflags += --enable-music-wave
5457