Commit 2703bbac authored by Rafaël Carré's avatar Rafaël Carré

contrib: Fix x265.pc on osx

Works around cmake
parent 7000945e
......@@ -32,4 +32,5 @@ x265: x265-$(X265_VERSION).tar.bz2 .sum-x265
.x265: x265 toolchain.cmake
cd $</source && $(HOSTVARS_PIC) $(CMAKE) -DENABLE_SHARED=OFF
cd $</source && $(MAKE) install
sed -e s/'[^ ]*clang_rt[^ ]*'//g -i.orig "$(PREFIX)/lib/pkgconfig/x265.pc"
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