File: Makevars.win

package info (click to toggle)
r-cran-av 0.5.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 324 kB
  • sloc: ansic: 1,353; sh: 83; makefile: 6
file content (16 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
VERSION = 4.2.2
RWINLIB = ../windows/ffmpeg-$(VERSION)
PKG_CPPFLAGS = -I$(RWINLIB)/include -D__USE_MINGW_ANSI_STDIO=1
PKG_LIBS = -L$(RWINLIB)/lib$(R_ARCH) \
	-lavfilter -lswscale -lpostproc -lavformat -lavcodec -lswresample -lavutil \
	-lvorbis -lvorbisenc -logg -lvpx \
	-lbz2 -lsecur32 -lws2_32 -liconv -lz -lmp3lame -lx264 \
	-lxvidcore -lole32 -lm -luser32 -lbcrypt

all: winlibs clean

clean:
	rm -f $(SHLIB) $(OBJECTS)

winlibs:
	"${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" "../tools/winlibs.R" $(VERSION)