Mercurial > mplayer.hg
diff libmpeg2/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 | 0945c6e242c6 |
children | 618d1857f4c4 |
line wrap: on
line diff
--- a/libmpeg2/Makefile Thu Aug 17 16:44:54 2006 +0000 +++ b/libmpeg2/Makefile Thu Aug 17 17:19:56 2006 +0000 @@ -14,7 +14,7 @@ OBJS = $(SRCS:.c=.o) INCLUDE = -I. -I../libvo -I.. -CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY +CFLAGS = $(INCLUDE) $(OPTFLAGS) -DMPG12PLAY ifeq ($(TARGET_MMX),yes) SRCS += idct_mmx.c motion_comp_mmx.c