summaryrefslogtreecommitdiffstats
path: root/libao2/Makefile
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-05 14:02:41 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-05 14:02:41 +0000
commit6df6757e3811a8084495f2d03c32f0dcc1d9e8cb (patch)
tree4b3fe6fc225c59bfc1bc091160c51ff11cbebb8d /libao2/Makefile
parent819ba1a04f96b6842df655314bf5c265a11bfe9a (diff)
downloadmpv-6df6757e3811a8084495f2d03c32f0dcc1d9e8cb.tar.bz2
mpv-6df6757e3811a8084495f2d03c32f0dcc1d9e8cb.tar.xz
polyaudio audio driver patch by Lennart Poettering <mzzcynlre at 0pointer.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13879 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 1a71775a75..bc3002b1fb 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -6,7 +6,7 @@ SRCS=afmt.c audio_out.c ao_mpegpes.c ao_null.c ao_pcm.c ao_plugin.c pl_delay.c p
OBJS=$(SRCS:.c=.o)
-CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(JACK_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
+CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(JACK_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) $(POLYP_INC)
.SUFFIXES: .c .o