1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-22 07:46:55 +00:00

Merge INCLUDE and CFLAGS, fixes Cola from last commit.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22654 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-17 00:18:13 +00:00
parent 63a91cc69a
commit 1b9a018435

View File

@ -3,8 +3,7 @@ MPROOT=../..
include $(MPROOT)/config.mak
INCLUDE = -I$(MPROOT) -I$(MPROOT)/loader
CFLAGS = $(OPTFLAGS)
CFLAGS = $(OPTFLAGS) -I$(MPROOT) -I$(MPROOT)/loader
# .PHONY: all clean