summaryrefslogtreecommitdiffstats
path: root/libao2
diff options
context:
space:
mode:
authorjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-27 16:20:02 +0000
committerjkeil <jkeil@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-12-27 16:20:02 +0000
commita24ab94f063284d20e8b7a450b412ec723971b6a (patch)
treef0fb865b0fffc7ccfe04b688a33167bef8ae3c7a /libao2
parente2d96e7083aea5463645eb0d90aaa5d2af6158d1 (diff)
downloadmpv-a24ab94f063284d20e8b7a450b412ec723971b6a.tar.bz2
mpv-a24ab94f063284d20e8b7a450b412ec723971b6a.tar.xz
Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs
esd include flags git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8575 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2')
-rw-r--r--libao2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libao2/Makefile b/libao2/Makefile
index d30aeb1fe1..a3398d9e8e 100644
--- a/libao2/Makefile
+++ b/libao2/Makefile
@@ -8,7 +8,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) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
+CFLAGS = $(OPTFLAGS) -I. -I.. $(ARTS_INC) $(ESD_INC) $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC)
.SUFFIXES: .c .o