Mercurial > mplayer.hg
diff libao2/Makefile @ 4859:c72b386debb4
Adding SW volume control
author | anders |
---|---|
date | Mon, 25 Feb 2002 13:31:26 +0000 |
parents | 5f5189ac6a41 |
children | 3022570ad7d4 |
line wrap: on
line diff
--- a/libao2/Makefile Mon Feb 25 13:14:27 2002 +0000 +++ b/libao2/Makefile Mon Feb 25 13:31:26 2002 +0000 @@ -4,7 +4,7 @@ LIBNAME = libao2.a # TODO: moveout ao_sdl.c so it's only used when SDL is detected -SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c $(OPTIONAL_SRCS) +SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c pl_format.c pl_surround.c remez.c pl_resample.c pl_volume.c $(OPTIONAL_SRCS) OBJS=$(SRCS:.c=.o)