-- SDL_mixer is a sample multi-channel audio mixer library. It supports any number of simultaneously playing channels of 16 bit stereo audio, plus a single channel of music, mixed by the popular MikMod MOD, Timidity MIDI and SMPEG MP3 libraries.
11 lines
315 B
Plaintext
11 lines
315 B
Plaintext
--- Makefile.am.orig Sat May 5 15:22:41 2001
|
|
+++ Makefile.am Sat May 5 15:22:59 2001
|
|
@@ -39,7 +39,6 @@ EXTRA_DIST = \
|
|
autogen.sh
|
|
|
|
libSDL_mixer_la_LDFLAGS = \
|
|
- -release $(LT_RELEASE) \
|
|
-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
|
|
libSDL_mixer_la_LIBADD = $(MIKMOD_LIB) $(TIMIDITY_LIB)
|
|
|