mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 08:11:16 +00:00
GStreamer multimedia framework
4000100604
libtool not being present in a system meant that this cryptic error about LT_INIT would be shown: sources/glue/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined sources/glue/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' sources/glue/Makefile.am:1: to 'configure.ac' and run 'aclocal' and 'autoconf' again. sources/glue/Makefile.am:1: If 'LT_INIT' is in 'configure.ac', make sure sources/glue/Makefile.am:1: its definition is in aclocal's search path. autoreconf: automake failed with exit status: 1 |
||
---|---|---|
doc | ||
out | ||
samples | ||
sources | ||
.gitignore | ||
AUTHORS | ||
autogen.sh | ||
ChangeLog | ||
configure.ac | ||
COPYING | ||
gstreamer-sharp-1.0.pc.in | ||
gstreamer-sharp.csproj | ||
gstreamer-sharp.sln | ||
LICENSE | ||
Makefile.am | ||
NEWS | ||
README | ||
README.md | ||
VERSION |
gstreamer-sharp
Bindings for gstreamer-1.0 generated from introspection data
Compilation
Open a terminal, navigate to the folder containting this repository and run:
./autogen.sh && make