summaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* 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 businessThomas 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
* up required gst version fix po download snippetThomas Vander Stichele2004-04-201-0/+3
| | | | | | Original commit message from CVS: up required gst version fix po download snippet
* dist common and m4 correctlyThomas Vander Stichele2004-03-181-5/+5
| | | | | Original commit message from CVS: dist common and m4 correctly
* use release.makThomas Vander Stichele2004-03-171-15/+2
| | | | | Original commit message from CVS: use release.mak
* dist NEWSThomas Vander Stichele2004-03-131-1/+1
| | | | | Original commit message from CVS: dist NEWS
* back to nanoThomas Vander Stichele2004-02-261-1/+1
| | | | | Original commit message from CVS: back to nano
* remove RELEASEThomas Vander Stichele2004-02-061-1/+16
| | | | | Original commit message from CVS: remove RELEASE
* co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in ↵Benjamin Otte2004-02-031-0/+2
| | | | | | | | | | | | | | | | _stdint.h. Original commit message from CVS: 2004-02-03 Benjamin Otte <in7y118@public.uni-hamburg.de> * common/m4/ax_create_stdint_h.m4: * configure.ac: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in _stdint.h. * Makefile.am: remove generated _stdint.h in DISTCLEANFILES * ext/a52dec/gsta52dec.c: include _stdint.h for a52dec. (should fix #133064)
* adding NAS pluginChristian Schaller2004-01-211-2/+2
| | | | | Original commit message from CVS: adding NAS plugin
* putting i18n in place for pluginsThomas Vander Stichele2004-01-191-0/+2
| | | | | Original commit message from CVS: putting i18n in place for plugins
* what was this doing here ?Thomas Vander Stichele2003-12-031-2/+0
| | | | | Original commit message from CVS: what was this doing here ?
* Add ACLOCAL_AMFLAGSDavid Schleef2003-12-021-0/+2
| | | | | Original commit message from CVS: Add ACLOCAL_AMFLAGS
* add COPYING.LIBChristian Schaller2003-09-141-1/+1
| | | | | Original commit message from CVS: add COPYING.LIB
* Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje2003-04-071-28/+17
| | | | | | | pkg-config/, .m4 file moved from plugins to core) Original commit message from CVS: Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to pkg-config/, .m4 file moved from plugins to core)
* some dist fixesThomas Vander Stichele2003-01-031-2/+3
| | | | | Original commit message from CVS: some dist fixes
* Also generate uninstalled .pc filesRonald S. Bultje2002-12-171-1/+1
| | | | | Original commit message from CVS: Also generate uninstalled .pc files
* apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and ↵Christian Schaller2002-12-151-1/+1
| | | | | | | spec file. Original commit message from CVS: apply Jeroens patch to move us to mpeg2dec 0.3.1, also update REQ file and spec file.
* small fixThomas Vander Stichele2002-12-081-2/+7
| | | | | Original commit message from CVS: small fix
* build fixThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: build fix
* parallel install fixesThomas Vander Stichele2002-12-081-2/+11
| | | | | Original commit message from CVS: parallel install fixes
* examples should build conditionallyDavid I. Lehn2002-12-051-1/+7
| | | | | Original commit message from CVS: examples should build conditionally