Mercurial > mplayer.hg
changeset 5487:2bff5d1138fa
improved DVB detection
author | jaf |
---|---|
date | Thu, 04 Apr 2002 13:52:24 +0000 |
parents | 5c71c1f7fa1f |
children | 3f183ca22747 |
files | libao2/Makefile |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libao2/Makefile Thu Apr 04 13:21:13 2002 +0000 +++ b/libao2/Makefile Thu Apr 04 13:52:24 2002 +0000 @@ -8,7 +8,7 @@ OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) +CFLAGS = $(OPTFLAGS) -I. -I.. $(SDL_INC) $(X11_INC) $(EXTRA_INC) $(DVB_INC) .SUFFIXES: .c .o