diff --git a/examples/build.sh b/examples/build.sh new file mode 100755 index 0000000..a7f2d9d --- /dev/null +++ b/examples/build.sh @@ -0,0 +1,14 @@ +#!/bin/bash +set -e + +echo "Building goffmpeg examples..." + +cd "$(dirname "$0")" + +# Build simple-transcode example +echo "Building simple-transcode..." +go build -o bin/simple-transcode ./simple-transcode + +echo "" +echo "Build complete!" +echo "Run with: ./bin/simple-transcode "