# HG changeset patch # User diego # Date 1155762530 0 # Node ID 747453e12f3bc629e4351cd20dd2f97a9f608361 # Parent 45cfff547dbb4c34ef986bff1522d2fcc7dff830 consistency cosmetics: Handle includes just like in other Makefiles. diff -r 45cfff547dbb -r 747453e12f3b libvo/Makefile --- 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