summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* cruft: add the obsolete tmpl dir to cruft-dirsStefan Sauer2015-06-091-0/+1
|
* Parallelise 'make check-valgrind'Tim-Philipp Müller2014-10-261-3/+3
| | | | | | | | Some of the RTP unit tests are very flaky and will fail more often with the CPU maxed out fully. Those tests need to be fixed in any case though, they also fail on slower machines and also occasionally with normal 'make check'.
* Makefile: Add usage of build-checks stepEdward Hervey2014-07-311-0/+4
| | | | Allows building checks without running them
* v4l2: remove unused enumtypes and use generic marshallerTim-Philipp Müller2013-08-041-9/+0
|
* udp: remove unused marshal and enumtypes filesTim-Philipp Müller2013-08-041-9/+1
|
* rtpmanager: use generic marshallerTim-Philipp Müller2013-08-041-4/+0
|
* median: remove now that it is in videofilterWim Taymans2012-10-161-0/+2
|
* annodex: Add to the CRUFT_DIRSSebastian Dröge2012-09-171-1/+2
|
* win32: add generated tuner-marshal/enumtypes files for v4l2src and updateTim-Philipp Müller2012-08-081-3/+11
| | | | And gst-indent the right rtp marshal files; add missing files to MANIFEST.
* Merge branch 'master' into 0.11Sebastian Dröge2012-01-101-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ext/cairo/gsttextoverlay.c ext/pulse/pulseaudiosink.c gst/audioparsers/gstaacparse.c gst/avi/gstavimux.c gst/flv/gstflvmux.c gst/interleave/interleave.c gst/isomp4/gstqtmux.c gst/matroska/matroska-demux.c gst/matroska/matroska-mux.c gst/matroska/matroska-mux.h gst/matroska/matroska-read-common.c gst/multifile/gstmultifilesink.c gst/multipart/multipartmux.c gst/shapewipe/gstshapewipe.c gst/smpte/gstsmpte.c gst/udp/gstmultiudpsink.c gst/videobox/gstvideobox.c gst/videocrop/gstaspectratiocrop.c gst/videomixer/videomixer.c gst/videomixer/videomixer2.c gst/wavparse/gstwavparse.c po/ja.po po/lv.po po/sr.po tests/check/Makefile.am tests/check/elements/qtmux.c tests/check/elements/rgvolume.c
| * build: dist glib-compat-private.h properlyTim-Philipp Müller2011-12-121-1/+1
| | | | | | | | Add missing slash.
| * Work around deprecated thread API in glib masterTim-Philipp Müller2011-12-121-0/+1
| | | | | | | | | | | | | | Add private replacements for deprecated functions such as g_mutex_new(), g_mutex_free(), g_cond_new() etc., mostly to avoid the deprecation warnings. We'll change these over to the new API once we depend on glib >= 2.32.
* | Remove gconf elements and pluginTim-Philipp Müller2011-06-151-13/+2
|/ | | | GConf was deprecated in favour of GSettings etc.
* build: add old qtdemux/quicktime directories to CRUFT_DIRS and CRUFT_FILESTim-Philipp Müller2011-05-021-0/+6
|
* win32: add more generated marshal and enumtype files to win32-updateTim-Philipp Müller2010-06-011-0/+13
|
* videofilter: Move all elements into a single pluginSebastian Dröge2010-04-291-1/+4
| | | | | Having all these small elements in a separate plugin is not very memory effective...
* build: add cruft alert for common/shave*Tim-Philipp Müller2010-03-261-0/+9
|
* Change how win32/common/config.h is updatedDavid Schleef2009-02-251-0/+4
| | | | | | | | | | | | | | | Generate win32/common/config.h-new directly from config.h.in, using shell variables in configure and some hard-coded information. Change top-level makefile so that 'make win32-update' copies the generated file to win32/common/config.h, which we keep in source control. It's kept in source control so that the git tree is buildable from VS. This change is similar to the one recently applied to GStreamer and gst-plugins-good. The previous config.h file in -good was in pretty bad shape, so unlike core and base, I didn't attempt to leave it strictly the same, but fixed it as necessary. Needs testing I cannot do myself.
* Makefile.am: Include lcov.mak to allow builging coverage reports. Guard ↵Stefan Kost2008-01-091-0/+8
| | | | | | | | | check-torture target like in the other packages. Original commit message from CVS: * Makefile.am: Include lcov.mak to allow builging coverage reports. Guard check-torture target like in the other packages.
* Makefile.am: Include common/win32.mak for CRLF check of win32 project files ↵Tim-Philipp Müller2007-12-181-4/+2
| | | | | | | | | | | (see #393626). Original commit message from CVS: * Makefile.am: Include common/win32.mak for CRLF check of win32 project files (see #393626). * win32/vs6/libgstpng.dsp: Fix line endings and do cvs admin -kb.
* adding doap fileThomas Vander Stichele2006-12-151-1/+1
| | | | | | | | Original commit message from CVS: * Makefile.am: * gst-plugins-good.doap: * gst-plugins-good.spec.in: adding doap file
* add win32 stuffThomas Vander Stichele2006-05-031-1/+8
| | | | | | | | Original commit message from CVS: * Makefile.am: * configure.ac: * win32/common/config.h.in: add win32 stuff
* add a .pc file so other modules can use good plugins in testsThomas Vander Stichele2006-04-031-1/+3
| | | | | | | | | | | Original commit message from CVS: * Makefile.am: * configure.ac: * pkgconfig/.cvsignore: * pkgconfig/Makefile.am: * pkgconfig/gstreamer-plugins-good-uninstalled.pc.in: add a .pc file so other modules can use good plugins in tests
* update translationsThomas Vander Stichele2005-12-051-1/+1
| | | | | Original commit message from CVS: update translations
* add tests subdirThomas Vander Stichele2005-11-301-0/+1
| | | | | Original commit message from CVS: add tests subdir
* move under testsThomas Vander Stichele2005-11-301-10/+2
| | | | | Original commit message from CVS: move under tests
* add ACLOCAL_AMFLAGS; remove old stuff from spec changelogThomas Vander Stichele2005-11-271-0/+2
| | | | | Original commit message from CVS: add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
* fix torture targetThomas Vander Stichele2005-11-241-1/+1
| | | | | Original commit message from CVS: fix torture target
* add a torture targetThomas Vander Stichele2005-11-231-0/+3
| | | | | Original commit message from CVS: add a torture target
* don't build checks if we don't have gstcheckThomas Vander Stichele2005-10-121-1/+9
| | | | | Original commit message from CVS: don't build checks if we don't have gstcheck
* convert to using GstClockTime for all time values, finally.Thomas Vander Stichele2005-09-231-1/+1
| | | | | Original commit message from CVS: convert to using GstClockTime for all time values, finally.
* add check-valgrind targetThomas Vander Stichele2005-09-191-0/+3
| | | | | Original commit message from CVS: add check-valgrind target
* fix distcheckThomas Vander Stichele2005-09-041-0/+2
| | | | | Original commit message from CVS: fix distcheck
* Andrewio Patrickoforus Wingonymus - 5 additional tests for your sinsThomas Vander Stichele2005-09-011-19/+11
| | | | | | | | Original commit message from CVS: Andrewio Patrickoforus Wingonymus - 5 additional tests for your sins Add a regression test for level and fix a casting bug that made the additional channels turn out wrong
* add docs to buildThomas Vander Stichele2005-09-011-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * Makefile.am: * configure.ac: add docs to build * common/plugins.xsl: wrap Description into a refsect2 * docs/Makefile.am: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * gst/goom/Makefile.am: * gst/goom/gstgoom.c: (gst_goom_get_type), (gst_goom_base_init), (gst_goom_class_init), (gst_goom_init), (gst_goom_dispose), (gst_goom_sink_setcaps), (gst_goom_src_setcaps), (gst_goom_src_negotiate), (gst_goom_event), (gst_goom_chain), (gst_goom_change_state): * gst/goom/gstgoom.h: GstGOOM -> GstGoom add an example launch line * gst/level/gstlevel.h: * gst/monoscope/gstmonoscope.c: cleanups
* add some i18n headersThomas Vander Stichele2005-08-301-0/+4
| | | | | Original commit message from CVS: add some i18n headers
* tidying up -good for businessCHANGELOG_STARTThomas Vander Stichele2005-08-301-10/+9
| | | | | Original commit message from CVS: tidying up -good for business
* gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines ↵Andy Wingo2005-07-081-2/+2
| | | | | | | | | | | | | | | | come from config.h. Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * gst/avi/Makefile.am (libgstavi_la_CFLAGS): No gettext hacks, the defines come from config.h. * autogen.sh: Run autopoint, etc. * Makefile.am (DIST_SUBDIRS, SUBDIRS): Go into po/. * configure.ac: Add gettext stuff.
* remove docsThomas Vander Stichele2005-07-071-11/+0
| | | | | Original commit message from CVS: remove docs
* fix disting and spec fileChristian Schaller2005-07-051-2/+2
| | | | | Original commit message from CVS: fix disting and spec file
* Make my automake version shut up about undefined variablesJan Schmidt2005-05-191-1/+1
| | | | | | | | | | Original commit message from CVS: * Makefile.am: * ext/Makefile.am: * sys/Makefile.am: Make my automake version shut up about undefined variables * gst/goom/gstgoom.c: GstAdapter moved to base objects.
* various fixes to make it possible to build rpms from gst-plugins headChristian Schaller2005-05-061-2/+2
| | | | | Original commit message from CVS: various fixes to make it possible to build rpms from gst-plugins head
* ported mad and effectv pluginsChristian Schaller2005-05-061-2/+2
| | | | | Original commit message from CVS: ported mad and effectv plugins
* make this module a bit more 0.9 friendlyChristian Schaller2005-05-051-38/+11
| | | | | Original commit message from CVS: make this module a bit more 0.9 friendly
* disable docs again until it passes make distcheckThomas Vander Stichele2004-12-241-5/+10
| | | | | Original commit message from CVS: disable docs again until it passes make distcheck
* really fix distThomas Vander Stichele2004-12-241-30/+34
| | | | | Original commit message from CVS: really fix dist
* Added boilerplate gtk-doc files for plugin-libs documentation.Stefan Kost2004-12-201-1/+8
| | | | | Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
* clean up install/dist problemThomas Vander Stichele2004-07-021-2/+6
| | | | | Original commit message from CVS: clean up install/dist problem
* don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte2004-06-241-0/+8
| | | | | | | | | | | | | | | Original commit message from CVS: * gst-libs/gst/colorbalance/Makefile.am: * gst-libs/gst/mixer/Makefile.am: * gst-libs/gst/play/Makefile.am: * gst-libs/gst/tuner/Makefile.am: * gst/tcp/Makefile.am: * sys/dxr3/Makefile.am: don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball. Also add all *.list files that were missing. * Makefile.am: add a distcheck hook to ensure the above doesn't happen again.
* updated translationsThomas Vander Stichele2004-05-031-3/+1
| | | | | Original commit message from CVS: updated translations