forked from dhorth/LiveProxy
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmakefile
More file actions
17 lines (11 loc) · 694 Bytes
/
makefile
File metadata and controls
17 lines (11 loc) · 694 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
SLIB:=LiveProxy
# make sure this is a relative path, it is used to build other relative paths
MODDIR=.
# relative path to root from here
ROOTREL=.
FFMPEGINC?=$(ROOTREL)/../FFMPEG
FFMPEGLIB?=$(ROOTREL)/../FFMPEG/bin -lavformat -lavcodec -lswscale -lavutil
MODINC= -I $(ROOTREL)/live/liveMedia/include -I $(ROOTREL)/live/groupsock/include -I $(ROOTREL)/live/UsageEnvironment/include -I $(ROOTREL)/live/BasicUsageEnvironment/include -I $(FFMPEGINC)
MODLIBS=-L$(FFMPEGLIB) ./live/liveMedia/libliveMedia.a ./live/groupsock/libgroupsock.a ./live/BasicUsageEnvironment/libBasicUsageEnvironment.a ./live/UsageEnvironment/libUsageEnvironment.a
include $(ROOTREL)/common.mk
all: init debug release