summaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Collapse)AuthorFilesLines
2016-01-06configure: Require gstreamer-player-1.0 >= 1.7.1.1 for the new() API changeSebastian Dröge1-1/+1
2016-01-04player: Build against GstPlayer version from gst-plugins-bad everywhereSebastian Dröge1-53/+1
The old version with everything included and buildable against GStreamer 1.6 can still be found in the gst-player-0.1 branch and will be continued to be updated for a while.
2015-10-23configure: Add -Wunused-variable to the default compiler flagsSebastian Dröge1-1/+1
2015-10-07Depend on GStreamer >= 1.6Sebastian Dröge1-1/+1
Everything is not going to work great with older versions.
2015-09-15configure.ac: Require GLib >= 2.38.0Sebastian Dröge1-1/+1
It's required for the automatic _get_instance_private() generation. https://github.com/sdroege/gst-player/issues/104
2015-07-07gtk-play: add support to build UI through gtkbuilderBrijesh Singh1-1/+4
- build toolbar ui from glade generated xml files - build media info dialog from glade generated xml files - add support to apply css style on widget - multiple cleanups
2015-06-21Update documentation build system a bitSebastian Dröge1-1/+1
2015-06-11gtk: Use gtkglsink if availableSebastian Dröge1-0/+3
2015-04-26player: Add API to get codec nameBrijesh Singh1-1/+1
https://github.com/sdroege/gst-player/pull/26
2015-04-25player: Add media information APIBrijesh Singh1-1/+1
https://github.com/sdroege/gst-player/pull/21
2015-04-25autotools: Remove -Wcast-align from the compiler warning flagsSebastian Dröge1-1/+1
It causes spurious warnings from GStreamer headers.
2014-08-03Fix cross-references in gtk-doc documentationSebastian Dröge1-0/+5
2014-08-03Add pkg-config supportSebastian Dröge1-0/+3
2014-08-03Add initial build system with docs and tests and magicSebastian Dröge1-0/+146