mirror of https://github.com/mpv-player/mpv
Remove unnecessary -I option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22551 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
721c03c79f
commit
f5d261067c
|
@ -16,6 +16,4 @@ SRCS_COMMON-$(TARGET_ALTIVEC) += motion_comp_altivec.c idct_altivec.c
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue