Mercurial > mplayer.hg
diff libvo/Makefile @ 19412:747453e12f3b
consistency cosmetics: Handle includes just like in other Makefiles.
author | diego |
---|---|
date | Wed, 16 Aug 2006 21:08:50 +0000 |
parents | 1ea5c31932fd |
children | 4f71ed7cb512 |
line wrap: on
line diff
--- a/libvo/Makefile Wed Aug 16 21:01:29 2006 +0000 +++ b/libvo/Makefile Wed Aug 16 21:08:50 2006 +0000 @@ -36,9 +36,8 @@ SRCS += vosub_vidix.c endif -CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \ - $(LIBAV_INC) \ - -DMPG12PLAY \ +INCLUDE = -I. -I.. -I../osdep $(LIBAV_INC) +CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY #CFLAGS += -Wall