Commit 45d2d4f0 authored by Rafaël Carré's avatar Rafaël Carré Committed by Jean-Baptiste Kempf

contrib: Fix x265.pc on osx

Works around cmake

(cherry picked from commit 2703bbacb86dd79ecad9520093a1b1e3e2b423d5)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent b1afb643
......@@ -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