summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
diff options
context:
space:
mode:
authoratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-12 11:00:15 +0000
committeratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-12 11:00:15 +0000
commitde46867f2d19a9aff40ac95597a590e33c9c66d5 (patch)
tree691604e73ffa6ef049531ba37a7b60929f995fa4 /libao2/Makefile
parent17ae9505a42d49428afb2559ed417d615c265db8 (diff)
downloadmpv-de46867f2d19a9aff40ac95597a590e33c9c66d5.tar.bz2
mpv-de46867f2d19a9aff40ac95597a590e33c9c66d5.tar.xz
Added raw PCM writer ao driver.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1108 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/Makefile')
-rw-r--r--libao2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index 433962639b..ead357c881 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=audio_out.c ao_null.c $(OPTIONAL_SRCS)
+SRCS=audio_out.c ao_null.c ao_pcm.c $(OPTIONAL_SRCS)
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC)