changeset 22533:04762e3ffd0b

Remove unnecessary -I option.
author diego
date Tue, 13 Mar 2007 22:15:39 +0000
parents 44bfacc79aee
children c0348807eabd
files libmpeg2/Makefile
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libmpeg2/Makefile	Tue Mar 13 22:02:53 2007 +0000
+++ b/libmpeg2/Makefile	Tue Mar 13 22:15:39 2007 +0000
@@ -16,6 +16,4 @@
 SRCS_COMMON-$(TARGET_VIS)        += motion_comp_vis.c
 SRCS_COMMON-$(TARGET_ARCH_ALPHA) += idct_alpha.c motion_comp_alpha.c
 
-CFLAGS = -I../libvo
-
 include ../mpcommon.mak