aboutsummaryrefslogtreecommitdiff
path: root/extra/x264/build
diff options
context:
space:
mode:
Diffstat (limited to 'extra/x264/build')
-rwxr-xr-xextra/x264/build13
1 files changed, 13 insertions, 0 deletions
diff --git a/extra/x264/build b/extra/x264/build
new file mode 100755
index 00000000..73cc54a0
--- /dev/null
+++ b/extra/x264/build
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+patch -p1 < x264-no-bash.patch
+
+./configure \
+ --prefix=/usr \
+ --disable-swscale \
+ --enable-static \
+ --enable-pic \
+ --enable-shared
+
+make
+make DESTDIR="$1" install