Mercurial > mplayer.hg
diff Makefile @ 19190:1ea5c31932fd
Unify include paths in the build system, part I.
author | diego |
---|---|
date | Thu, 27 Jul 2006 10:08:17 +0000 |
parents | 5da674b26ce1 |
children | 64d82a45a05d |
line wrap: on
line diff
--- a/Makefile Thu Jul 27 09:34:32 2006 +0000 +++ b/Makefile Thu Jul 27 10:08:17 2006 +0000 @@ -121,18 +121,7 @@ $(FRIBIDI_LIB) \ $(ENCA_LIB) \ -CFLAGS = $(OPTFLAGS) -I. \ - $(CACA_INC) \ - $(CDPARANOIA_INC) \ - $(DVB_INC) \ - $(FONTCONFIG_INC) \ - $(FREETYPE_INC) \ - $(FRIBIDI_INC) \ - $(SDL_INC) \ - $(X11_INC) \ - $(XVID_INC) \ - $(LIBAV_INC) \ - $(LIBCDIO_INC) \ +CFLAGS = $(OPTFLAGS) -I. $(LIBAV_INC) #CFLAGS += -Wall