aboutsummaryrefslogtreecommitdiff
path: root/extra/x265
diff options
context:
space:
mode:
Diffstat (limited to 'extra/x265')
-rwxr-xr-xextra/x265/build2
-rw-r--r--extra/x265/version2
2 files changed, 3 insertions, 1 deletions
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