Mercurial > mplayer.hg
comparison 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 |
comparison
equal
deleted
inserted
replaced
19411:45cfff547dbb | 19412:747453e12f3b |
---|---|
34 | 34 |
35 ifeq ($(EXTERNAL_VIDIX),yes) | 35 ifeq ($(EXTERNAL_VIDIX),yes) |
36 SRCS += vosub_vidix.c | 36 SRCS += vosub_vidix.c |
37 endif | 37 endif |
38 | 38 |
39 CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \ | 39 INCLUDE = -I. -I.. -I../osdep $(LIBAV_INC) |
40 $(LIBAV_INC) \ | 40 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY |
41 -DMPG12PLAY \ | |
42 | 41 |
43 #CFLAGS += -Wall | 42 #CFLAGS += -Wall |
44 | 43 |
45 .SUFFIXES: .c .o .m | 44 .SUFFIXES: .c .o .m |
46 | 45 |