Mercurial > mplayer.hg
changeset 8574:6690cdc35a08
Oops, missing Makefile in the esd audio driver check-in; libao2 Makefile needs
esd include flags
author | jkeil |
---|---|
date | Fri, 27 Dec 2002 16:20:02 +0000 |
parents | b2e4f9dab7ad |
children | 1d15ca298dda |
files | libao2/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/Makefile Fri Dec 27 16:17:57 2002 +0000 +++ b/libao2/Makefile Fri Dec 27 16:20:02 2002 +0000 @@ -8,7 +8,7 @@ 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