summaryrefslogtreecommitdiff
path: root/homebrew/libwebm/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/libwebm/.make.sh-auto')
-rw-r--r--homebrew/libwebm/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/libwebm/.make.sh-auto b/homebrew/libwebm/.make.sh-auto
new file mode 100644
index 000000000..be2a36c51
--- /dev/null
+++ b/homebrew/libwebm/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+mkdir "macbuild" && cd macbuild
+cmake .. -DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
+make
+lib.install "libwebm.a"
+bin.install %w[sample sample_muxer vttdemux webm2pes]