summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 01777711b0ad45492c25d3e0e1d3554e07df8f50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#! /usr/bin/make -f

build:
	dh_testdir
	$(MAKE) ffmpeg libass
	scripts/mpv-config --prefix=/usr
	$(MAKE) -C mpv

%:
	exec dh $@ --parallel

override_dh_auto_build: