Mercurial > SDL_sound_CoreAudio
diff decoders/Makefile.am @ 262:6fe6de401b63
mpglib support.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 21 Feb 2002 19:46:55 +0000 |
parents | ff6e66f54ece |
children | 6d328f00c20d |
line wrap: on
line diff
--- a/decoders/Makefile.am Thu Feb 21 19:46:09 2002 +0000 +++ b/decoders/Makefile.am Thu Feb 21 19:46:55 2002 +0000 @@ -1,6 +1,6 @@ noinst_LTLIBRARIES = libdecoders.la -SUBDIRS = timidity +SUBDIRS = timidity mpglib INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/decoders/timidity @@ -9,7 +9,8 @@ au.c \ mikmod.c \ modplug.c \ - mp3.c \ + mpglib.c \ + smpeg.c \ ogg.c \ raw.c \ shn.c \