Commit 39053b70 authored by Rafaël Carré's avatar Rafaël Carré

contrib: x265: do not build shared library

parent 7fd9d4d4
...@@ -30,6 +30,6 @@ x265: x265-$(X265_VERSION).tar.bz2 .sum-x265 ...@@ -30,6 +30,6 @@ x265: x265-$(X265_VERSION).tar.bz2 .sum-x265
$(MOVE) $(MOVE)
.x265: x265 toolchain.cmake .x265: x265 toolchain.cmake
cd $</source && $(HOSTVARS_PIC) $(CMAKE) cd $</source && $(HOSTVARS_PIC) $(CMAKE) -DENABLE_SHARED=OFF
cd $</source && $(MAKE) install cd $</source && $(MAKE) install
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment