From 82300a99c6d49662b0294cdd6cefe9fd599d0c31 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 16 Aug 2006 21:08:50 +0000 Subject: consistency cosmetics: Handle includes just like in other Makefiles. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19418 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libvo/Makefile') diff --git a/libvo/Makefile b/libvo/Makefile index c2b6322711..7cf86e7ecf 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -36,9 +36,8 @@ ifeq ($(EXTERNAL_VIDIX),yes) 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 -- cgit v1.2.3