mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-02 21:48:55 +00:00
4 lines
52 B
Bash
4 lines
52 B
Bash
|
#! /bin/sh
|
||
|
autoreconf -v --install
|
||
|
./configure "$@"
|