mirror of
https://github.com/mpv-player/mpv
synced 2024-12-15 11:25:10 +00:00
Merge CFLAGS lines.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22732 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
132dd09be9
commit
e72f48c19f
@ -1,13 +1,12 @@
|
||||
SRCS_COMMON += $(SRCS_COMMON-yes)
|
||||
SRCS_MPLAYER += $(SRCS_MPLAYER-yes)
|
||||
SRCS_MENCODER += $(SRCS_MENCODER-yes)
|
||||
CFLAGS += $(CFLAGS-yes)
|
||||
|
||||
OBJS_COMMON = $(addsuffix .o, $(basename $(SRCS_COMMON)) )
|
||||
OBJS_MPLAYER = $(addsuffix .o, $(basename $(SRCS_MPLAYER)) )
|
||||
OBJS_MENCODER = $(addsuffix .o, $(basename $(SRCS_MENCODER)) )
|
||||
|
||||
CFLAGS += -I. -I.. $(OPTFLAGS)
|
||||
CFLAGS += $(CFLAGS-yes) -I. -I.. $(OPTFLAGS)
|
||||
|
||||
LIBS-$(MPLAYER) += $(LIBNAME_MPLAYER)
|
||||
LIBS-$(MENCODER) += $(LIBNAME_MENCODER)
|
||||
|
Loading…
Reference in New Issue
Block a user