summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorkomh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-01 14:09:53 +0000
committerkomh <komh@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-02-01 14:09:53 +0000
commitf275d3d32cfb72e7aa26ad74e99f008a0c9c4eff (patch)
tree5fdf824c4340c30e6ff497a1da90cb23dd8635e3 /Makefile
parente44f66afa165f7fe339e94fc5b54fabb2351730a (diff)
downloadmpv-f275d3d32cfb72e7aa26ad74e99f008a0c9c4eff.tar.bz2
mpv-f275d3d32cfb72e7aa26ad74e99f008a0c9c4eff.tar.xz
Add OS/2 KAI audio driver support
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30481 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index a3971dda5c..1d59ad44e7 100644
--- a/Makefile
+++ b/Makefile
@@ -590,6 +590,7 @@ SRCS_MPLAYER-$(IVTV) += libao2/ao_ivtv.c libvo/vo_ivtv.c
SRCS_MPLAYER-$(JACK) += libao2/ao_jack.c
SRCS_MPLAYER-$(JOYSTICK) += input/joystick.c
SRCS_MPLAYER-$(JPEG) += libvo/vo_jpeg.c
+SRCS_MPLAYER-$(KAI) += libao2/ao_kai.c
SRCS_MPLAYER-$(KVA) += libvo/vo_kva.c
SRCS_MPLAYER-$(LIBAVCODEC) += libvo/vo_png.c
SRCS_MPLAYER-$(LIBMENU) += libmenu/menu.c \