GStreamer multimedia framework
Find a file
Andres G. Aragoneses 9695757083 configure: add AC_PROG_CC to shut up autoconf 2.69
The errors being shown by not using AC_PROG_CC with this
version of autoconf (the one in debian testing):

/usr/share/automake-1.14/am/depend2.am: error: am__fastdepCC does not appear in AM_CONDITIONAL
/usr/share/automake-1.14/am/depend2.am:   The usual way to define 'am__fastdepCC' is to add 'AC_PROG_CC'
/usr/share/automake-1.14/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
/usr/share/automake-1.14/am/depend2.am: error: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.14/am/depend2.am:   The usual way to define 'AMDEP' is to add one of the compiler tests
/usr/share/automake-1.14/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX, AC_PROG_OBJC, AC_PROG_OBJCXX,
/usr/share/automake-1.14/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.14/am/depend2.am:   to 'configure.ac' and run 'aclocal' and 'autoconf' again
sources/glue/Makefile.am: error: C source seen but 'CC' is undefined
sources/glue/Makefile.am:   The usual way to define 'CC' is to add 'AC_PROG_CC'
sources/glue/Makefile.am:   to 'configure.ac' and run 'autoconf' again.
2014-04-01 17:52:41 +02:00
doc Initial commit 2013-12-21 16:52:19 +01:00
out dllmap: Add dllmap for FFT 2013-12-21 16:52:28 +01:00
samples Samples: Ported overlay sample from 0.10 2013-12-21 16:52:27 +01:00
sources make: Add generated api to gapidir 2014-03-19 15:50:06 +01:00
.gitignore generator: update to latest generator 2014-03-17 00:14:48 +01:00
AUTHORS Initial commit 2013-12-21 16:52:19 +01:00
autogen.sh autogen.sh: don't run ./configure if autoreconf failed 2014-04-01 02:20:10 +02:00
ChangeLog Initial commit 2013-12-21 16:52:19 +01:00
configure.ac configure: add AC_PROG_CC to shut up autoconf 2.69 2014-04-01 17:52:41 +02:00
COPYING Initial commit 2013-12-21 16:52:19 +01:00
gstreamer-sharp-1.0.pc.in make: Add generated api to gapidir 2014-03-19 15:50:06 +01:00
gstreamer-sharp.csproj generator: update to latest generator 2014-03-17 00:14:48 +01:00
gstreamer-sharp.sln Added solution file 2013-12-21 16:52:27 +01:00
LICENSE Release 0.99.0 2013-12-21 17:54:39 +01:00
Makefile.am build: Fix tarball 2014-03-17 00:18:29 +01:00
NEWS Release 0.99.0 2013-12-21 17:54:39 +01:00
README Shifted things from GstGlobal into their own classes Added missing README 2013-12-21 16:52:20 +01:00
README.md Update README.md 2013-12-21 16:52:20 +01:00
VERSION Version bump 2014-01-05 15:24:48 +01:00

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