summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-16 20:45:25 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-02-16 20:45:25 +0000
commit8424c24317ec46dc2a1fe17e02a191463a9e8279 (patch)
tree5365675c753beefd02c87b38c809333bb82717a5 /Makefile
parented85b5663846e3092897bbdb38136645b7af74e9 (diff)
downloadmpv-8424c24317ec46dc2a1fe17e02a191463a9e8279.tar.bz2
mpv-8424c24317ec46dc2a1fe17e02a191463a9e8279.tar.xz
OpenAL audio support, actual output is mono-only (no positioning yet).
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17634 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 a268518a56..0ad86fb827 100644
--- a/Makefile
+++ b/Makefile
@@ -83,6 +83,7 @@ VO_LIBS = $(AA_LIB) \
AO_LIBS = $(ARTS_LIB) \
$(ESD_LIB) \
$(JACK_LIB) \
+ $(OPENAL_LIB) \
$(NAS_LIB) \
$(SGIAUDIO_LIB) \
$(POLYP_LIB) \