mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-14 05:12:09 +00:00
4 lines
52 B
Bash
4 lines
52 B
Bash
|
#! /bin/sh
|
||
|
autoreconf -v --install
|
||
|
./configure "$@"
|