diff libao2/Makefile @ 14254:21e72b6d8d11

Do not use audio plugins anymore
author reimar
date Mon, 27 Dec 2004 19:34:42 +0000
parents 815f03b7cee5
children d3d30585a9d2
line wrap: on
line diff
--- a/libao2/Makefile	Mon Dec 27 19:27:07 2004 +0000
+++ b/libao2/Makefile	Mon Dec 27 19:34:42 2004 +0000
@@ -2,7 +2,7 @@
 
 LIBNAME = libao2.a
 
-SRCS=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 pl_extrastereo.c pl_volnorm.c pl_eq.c $(OPTIONAL_SRCS)
+SRCS=audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
 
 OBJS=$(SRCS:.c=.o)