summaryrefslogtreecommitdiff
path: root/gst/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* build: build plugin and example directories in parallel if make -jN is usedTim-Philipp Müller2010-03-291-0/+2
| | | | | | We know our plugins and examples are independent of each other, so may just as well build them in parallel. Makes the output a bit messy, but that shouldn't be a problem and can easily be avoided with make -j1.
* gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't ↵Jan Schmidt2008-03-031-2/+1
| | | | | | | | | | | | distclean them twice Original commit message from CVS: * gst/Makefile.am: GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean them twice * win32/common/libgstinterfaces.def: * win32/common/libgstrtp.def: Add new API to the defs
* The tcp and subparse plugins are under gst, but not totaly free of ↵Stefan Kost2007-08-301-17/+1
| | | | | | | | | | | | dependencies. Handle selection inconfigure.ac, so ... Original commit message from CVS: * configure.ac: * gst/Makefile.am: The tcp and subparse plugins are under gst, but not totaly free of dependencies. Handle selection inconfigure.ac, so that they show up on the final list of what is build and what is not. Maybe they should better be moved to ext.
* Check if libxml provides HTML parser which subparse needs.Daniel Díaz2007-08-301-0/+5
| | | | | | | | | Original commit message from CVS: Patch by: Daniel Díaz <yosoy@danieldiaz.org> * configure.ac: * gst/Makefile.am: Check if libxml provides HTML parser which subparse needs. Fixes #451970.
* tcp elements need some system headers like sys/socket.hThomas Vander Stichele2005-11-031-2/+8
| | | | | | | | Original commit message from CVS: * configure.ac: * gst/Makefile.am: tcp elements need some system headers like sys/socket.h
* subparse needs regex.h - might need to move to sys/Thomas Vander Stichele2005-11-031-2/+8
| | | | | | | | Original commit message from CVS: * configure.ac: * gst/Makefile.am: subparse needs regex.h - might need to move to sys/
* remove a whole bunch of plugins. This module now contains a set of free ↵Thomas Vander Stichele2005-02-231-2/+2
| | | | | | | | reference plugins/elements as agreed. Original commit message from CVS: remove a whole bunch of plugins. This module now contains a set of free reference plugins/elements as agreed.
* on dasher, on dancer, on donner, on fixen!Andy Wingo2001-12-231-8/+2
| | | | | Original commit message from CVS: on dasher, on dancer, on donner, on fixen!
* adding sine stuffThomas Vander Stichele2001-12-211-0/+8
Original commit message from CVS: adding sine stuff