summaryrefslogtreecommitdiffstats
path: root/scripts/mpv-config
blob: 2ba46d25eb00aaada067bb1f5215622a809981b4 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
set -e

OPTIONS=""

BUILD="$(pwd)"
cd "$BUILD"/mpv
PKG_CONFIG_PATH="$BUILD"/build_libs/lib/pkgconfig ./configure --extra-cflags=-I"$BUILD"/build_libs/include --extra-ldflags=-L"$BUILD"/build_libs/lib $OPTIONS "$@"