changeset 19412:747453e12f3b

consistency cosmetics: Handle includes just like in other Makefiles.
author diego
date Wed, 16 Aug 2006 21:08:50 +0000
parents 45cfff547dbb
children acd26ccbff0d
files libvo/Makefile
diffstat 1 files changed, 2 insertions(+), 3 deletions(-) [+]
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