summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authoranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-25 14:31:11 +0000
committeranders <anders@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-25 14:31:11 +0000
commit703be6f8854a047e022904d626429a3a32dcb863 (patch)
tree1638b93b596911343431bd153f208829abfc318b /libao2
parent0470bface7d2d33fdbdf25c7496e1cd9931a7030 (diff)
downloadmpv-703be6f8854a047e022904d626429a3a32dcb863.tar.bz2
mpv-703be6f8854a047e022904d626429a3a32dcb863.tar.xz
Changes to audio out Makefile
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3109 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index beb4cff8d3..a088db4a27 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -4,7 +4,7 @@ include config.mak
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 $(OPTIONAL_SRCS)
+SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c $(OPTIONAL_SRCS)
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(EXTRA_INC)