summaryrefslogtreecommitdiff
path: root/gst/autoconvert/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
* autoconvert: Rename autocolorspace to autovideoconvertSebastian Dröge2010-12-161-1/+2
| | | | This doesn't just convert between color spaces.
* autocolorspace: Add autoconvert based video format convert elementBenjamin Gaignard2010-12-151-1/+1
| | | | Fixes bug #636106.
* Clean up LDFLAGS, LIBS, CFLAGSTim-Philipp Müller2009-11-221-3/+3
| | | | | | | Fix order, fix variables that don't exist, like GST_LIBS_LIBS, use $(LIBM) instead of -lm, and move _LIBS from LDFLAGS to LIBADD. Spotted by Havard Graff.
* Makefile.am: no static libs for pluginsStefan Kost2009-03-221-0/+2
|
* autoconvert: Import fsselector from gst-plugins-farsight as autoconvertOlivier Crête2009-03-031-0/+7
fsselector is too close to selector, so import is as autoconvert. Not importing the history because the directory is also called gst/selector and it fails.