1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-18 22:06:59 +00:00

consistency cosmetics: Handle includes just like in other Makefiles.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19418 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-08-16 21:08:50 +00:00
parent 4ceb255a7d
commit 82300a99c6

View File

@ -36,9 +36,8 @@ ifeq ($(EXTERNAL_VIDIX),yes)
SRCS += vosub_vidix.c
endif
CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \
$(LIBAV_INC) \
-DMPG12PLAY \
INCLUDE = -I. -I.. -I../osdep $(LIBAV_INC)
CFLAGS = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
#CFLAGS += -Wall