Mercurial > mplayer.hg
comparison loader/dmo/Makefile @ 19420:4f71ed7cb512
Move all internal -I parameters to the front of CFLAGS to avoid using external
header files that happen to have the same name as internal ones.
based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com
author | diego |
---|---|
date | Thu, 17 Aug 2006 17:19:56 +0000 |
parents | 7a9a9748e045 |
children | eacc821fd889 |
comparison
equal
deleted
inserted
replaced
19419:3ae6b0a6fffc | 19420:4f71ed7cb512 |
---|---|
11 dmo_guids.c \ | 11 dmo_guids.c \ |
12 | 12 |
13 OBJS = $(SRCS:.c=.o) | 13 OBJS = $(SRCS:.c=.o) |
14 | 14 |
15 INCLUDE = -I. -I../dshow -I.. | 15 INCLUDE = -I. -I../dshow -I.. |
16 CFLAGS = $(OPTFLAGS) $(INCLUDE) -DNOAVIFILE_HEADERS | 16 CFLAGS = $(INCLUDE) $(OPTFLAGS) -DNOAVIFILE_HEADERS |
17 | 17 |
18 .SUFFIXES: .c .o | 18 .SUFFIXES: .c .o |
19 | 19 |
20 # .PHONY: all clean | 20 # .PHONY: all clean |
21 | 21 |