summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
diff options
context:
space:
mode:
authoratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-03 10:48:36 +0000
committeratmosfear <atmosfear@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-03 10:48:36 +0000
commit6464ede7732581d78788cf2f019d4067b1c50f2f (patch)
tree8c211ac040ac8485ecc5c91d8223443f5b340cf1 /libao2/Makefile
parent40fdf0b1c1211427908290c88780881b2fa7a9d9 (diff)
downloadmpv-6464ede7732581d78788cf2f019d4067b1c50f2f.tar.bz2
mpv-6464ede7732581d78788cf2f019d4067b1c50f2f.tar.xz
Added support for sdl audio out (buggy pre-alpha).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@967 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/Makefile')
-rw-r--r--libao2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index c726ab42de..9d64132ce3 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -1,9 +1,10 @@
-include ../config.mak
+include config.mak
LIBNAME = libao.a
-SRCS=audio_out.c ao_oss.c ao_null.c
+# TODO: moveout ao_sdl.c so it's only used when SDL is detected
+SRCS=audio_out.c ao_oss.c ao_null.c $(OPTIONAL_SRCS)
OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I..