From fd21c2acfdd67b7df78db782a543005deb5b2b3e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Tue, 23 Mar 2021 18:41:02 +0300 Subject: x265: link gcc static --- extra/x265/build | 2 ++ extra/x265/version | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'extra/x265') diff --git a/extra/x265/build b/extra/x265/build index 2bc1c919..063d4bce 100755 --- a/extra/x265/build +++ b/extra/x265/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export CFLAGS="$CFLAGS -static-libgcc" +export CXXFLAGS="$CXXFLAGS -static-libstdc++ -static-libgcc" export DESTDIR="$1" cmake source \ diff --git a/extra/x265/version b/extra/x265/version index 61e3d241..5b90d060 100644 --- a/extra/x265/version +++ b/extra/x265/version @@ -1 +1 @@ -3.5 1 +3.5 2 -- cgit v1.2.3