summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2013-06-12configure: Allow build without gstreamer-eglSebastian Dröge1-1/+1
2013-05-10examples: add an example aplication based OpenGL ES + EGLJosep Torra1-0/+4
Application that shows how to integrate playbin with an OpenGL ES scene through EGL. Renders a video on the surfaces of an animated cube. The code is not ported to 1.x so it's not built by default.
2013-04-23Check for gstreamer-eglTim-Philipp Müller1-1/+3
And don't use if not available. https://bugzilla.gnome.org/show_bug.cgi?id=697574
2013-04-23configure: error out if no OMX target has been set explicitly with ↵Tim-Philipp Müller1-3/+3
--with-omx-target=x Avoids people building for e.g. the Raspberry Pi and then wondering why things don't work as expected (since structs are packed differently there).
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+23
2013-04-12configure: add --disable-fatal-warnings for disabling -WerrorTim-Philipp Müller1-1/+3
2013-03-26omxvideodec: Add support for egl_render on RPiSebastian Dröge1-0/+1
2013-03-22Back to developmentTim-Philipp Müller1-1/+1
2013-03-22Release 1.0.01.0.0Sebastian Dröge1-2/+2
2013-03-19omx: Add Theora decoderSebastian Dröge1-0/+9
2013-03-18omx: Add VP8 decoder supportSebastian Dröge1-0/+9
2013-02-21Add OpenMAX IL target for BellagioSebastian Dröge1-1/+6
Not tested since a very long time though.
2013-02-21Allow using external OpenMAX IL headersSebastian Dröge1-1/+4
2013-02-21Install the RPI config when the RPI target is selectedSebastian Dröge1-0/+1
2013-02-21Add configure parameter for setting the OpenMAX IL targetSebastian Dröge1-0/+24
2013-01-29configure: use 1.0 gstconfig.h to detect disabled subsystemsTim-Philipp Müller1-2/+2
Update unused configure check for GStreamer core subsystem features from 0.10 to 1.0.
2013-01-18build: fix autogen.sh with automake 1.13Tim-Philipp Müller1-1/+1
AM_CONFIG_HEADER -> AC_CONFIG_HEADERS
2012-12-19tools: Add tool to list all components and their rolesSebastian Dröge1-0/+1
2012-12-19configure: Add configure option to pack OpenMAX structuresSebastian Dröge1-0/+10
This is required to set to 4 for the Raspberry Pi for example.
2012-12-19configure: Require GStreamer 1.0.0Sebastian Dröge1-1/+1
2012-12-19config: Add raspberry-pi configuration in a different directorySebastian Dröge1-0/+1
2012-04-16configure: Modernize autotools setup a bitSebastian Dröge1-12/+5
Also we now only create tar.bz2 and tar.xz tarballs.
2012-04-13Port to Gst 0.11Olivier Crête1-14/+15
2011-11-25omxaudioenc: Use audio base classes from gst-plugins-base instead of having ↵Sebastian Dröge1-1/+1
our own copies
2011-07-13build: Only require GStreamer >= 0.10.29 and GLib >= 2.16Sebastian Dröge1-2/+3
2011-06-21Initial commit with build systemCHANGELOG_STARTSebastian Dröge1-0/+282