Mercurial > mplayer.hg
diff libao2/Makefile @ 6074:10a30eebafaf
Applied patch from Tobias Diedrich <ranma@gmx.at>, added volume setting
support. Also the dvd subtitles should work now.
author | albeu |
---|---|
date | Mon, 13 May 2002 19:57:27 +0000 |
parents | 2bff5d1138fa |
children | 0398cb49fe5e |
line wrap: on
line diff
--- a/libao2/Makefile Mon May 13 19:53:16 2002 +0000 +++ b/libao2/Makefile Mon May 13 19:57:27 2002 +0000 @@ -8,7 +8,7 @@ OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) +CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DXR2_INC) $(DVB_INC) .SUFFIXES: .c .o