mirror of
https://github.com/mpv-player/mpv
synced 2025-01-09 01:36:25 +01:00
oops someone forgot obj-c source file
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21319 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
b1edda22a6
commit
b8f08fe3b0
@ -1,6 +1,7 @@
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
OBJS := $(OBJS:.S=.o)
|
||||
OBJS := $(OBJS:.cpp=.o)
|
||||
OBJS := $(OBJS:.m=.o)
|
||||
|
||||
CFLAGS += -I. -I.. $(OPTFLAGS)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user