Revision eee31b4f
THIRDPARTY-LIBS/Makefile | ||
---|---|---|
9 | 9 |
|
10 | 10 |
x264/.git: |
11 | 11 |
cd .. && git submodule update --init $(shell dirname $(THIRDPARTYLIBS)/$@) |
12 |
|
|
13 |
x264/config.mak: x264/.git |
|
12 | 14 |
cd x264 && ./configure --prefix=$(THIRDPARTYLIBS)/x264-install/ || { echo "Error configuring x264" && exit 1; } |
13 | 15 |
|
14 |
x264-build: x264/.git
|
|
16 |
x264-build: x264/config.mak
|
|
15 | 17 |
$(MAKE) -C x264 || { echo "Error compiling x264" && exit 1; } |
16 | 18 |
|
17 | 19 |
x264-install: x264-build |
Also available in: Unified diff