diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-16 21:08:50 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-08-16 21:08:50 +0000 |
commit | 82300a99c6d49662b0294cdd6cefe9fd599d0c31 (patch) | |
tree | 08c29b567af9cfcb0909d953f3c66d4c0e3a59b5 /libvo | |
parent | 4ceb255a7dd44c03f398c377ca2f553a6711630b (diff) | |
download | mpv-82300a99c6d49662b0294cdd6cefe9fd599d0c31.tar.bz2 mpv-82300a99c6d49662b0294cdd6cefe9fd599d0c31.tar.xz |
consistency cosmetics: Handle includes just like in other Makefiles.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19418 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r-- | libvo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
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 |