summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)Author
2015-06-12Convert gst-plugins-base to stand-alone gst-plugins-xvbo packageRussell King
We want to be a stand-alone package to support the xvboimagesink plugin, so we don't want to replicate most of gst-plugins-base code here. Delete mode of it, and rename ourselves appropriately. Signed-off-by: Russell King <rmk@arm.linux.org.uk>
2009-09-13introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATHSebastian Dröge
This way g-ir-scanner can find the gstreamer-*-0.10 pkg-config files.
2009-03-06win32: indent copied *-enumtypes.c files in make win32-updateTim-Philipp Müller
2009-02-25Change how win32/common/config.h is updatedDavid Schleef
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, except that it adds a few -base specific defines.
2007-12-17Makefile.am: Use new common/win32.mak.Tim-Philipp Müller
Original commit message from CVS: * Makefile.am: Use new common/win32.mak.
2007-12-13Makefile.am: Add check-exports target and run it with 'make check'.Tim-Philipp Müller
Original commit message from CVS: * Makefile.am: Add check-exports target and run it with 'make check'. * configure.ac: Be stricter about what we export in our libraries: change regexp so that we only export _gst_foo(), but not __gst_foo(). * gst-libs/gst/cdda/base64.h: (rfc822_binary): * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final): Change internal functions to __gst_foo so they dont' get exported. * win32/common/libgstaudio.def: Add missing symbols.
2007-07-13Remove bogus check for libcheck, since we check for gstreamer-check and it ↵Jan Schmidt
pulls in the required info from there, and... Original commit message from CVS: * Makefile.am: * configure.ac: * tests/Makefile.am: Remove bogus check for libcheck, since we check for gstreamer-check and it pulls in the required info from there, and we weren't actually _using_ the information for libcheck ourselves anyway.
2006-12-15add doap fileThomas Vander Stichele
Original commit message from CVS: * Makefile.am: * gst-plugins-base.doap: * gst-plugins-base.spec.in: add doap file
2006-07-02Makefile.am: include lcov.makThomas Vander Stichele
Original commit message from CVS: * Makefile.am: include lcov.mak * configure.ac: add GCOV_LIBS to GST_LIBS
2006-03-24don't go through check-torture if no check installedThomas Vander Stichele
Original commit message from CVS: don't go through check-torture if no check installed
2006-02-13Windows does not have long long; copy the generated _stdint.hThomas Vander Stichele
Original commit message from CVS: * Makefile.am: * configure.ac: * win32/MANIFEST: * win32/common/_stdint.h: Windows does not have long long; copy the generated _stdint.h * win32/common/interfaces-enumtypes.c: (gst_color_balance_type_get_type), (gst_mixer_type_get_type), (gst_mixer_track_flags_get_type), (gst_tuner_channel_flags_get_type): * win32/common/multichannel-enumtypes.c: (gst_audio_channel_position_get_type): update
2006-01-29add a win32-update rule like in core, and copy over enumtypes filesThomas Vander Stichele
Original commit message from CVS: * Makefile.am: * win32/MANIFEST: * win32/common/interfaces-enumtypes.c: (gst_color_balance_type_get_type), (gst_mixer_type_get_type), (gst_mixer_track_flags_get_type), (gst_tuner_channel_flags_get_type): * win32/common/interfaces-enumtypes.h: * win32/common/multichannel-enumtypes.c: (gst_audio_channel_position_get_type): * win32/common/multichannel-enumtypes.h: add a win32-update rule like in core, and copy over enumtypes files
2005-12-01add win32 MANIFEST file in a possibly vain attempt to make high blood ↵Thomas Vander Stichele
pressure an AP Original commit message from CVS: add win32 MANIFEST file in a possibly vain attempt to make high blood pressure an AP
2005-11-30LICENSE: moveThomas Vander Stichele
Original commit message from CVS: * LICENSE: move * po/af.po: * po/az.po: * po/cs.po: * po/en_GB.po: * po/hu.po: * po/it.po: * po/nb.po: * po/nl.po: * po/or.po: * po/sq.po: * po/sr.po: * po/sv.po: * po/uk.po: * po/vi.po: * Makefile.am: update * scripts/autoplugins.sh: remove
2005-11-30reorganize stuff under tests/Thomas Vander Stichele
Original commit message from CVS: reorganize stuff under tests/
2005-11-30move location of test registryThomas Vander Stichele
Original commit message from CVS: move location of test registry
2005-11-27add ACLOCAL_AMFLAGSThomas Vander Stichele
Original commit message from CVS: add ACLOCAL_AMFLAGS
2005-11-24fix torture targetThomas Vander Stichele
Original commit message from CVS: fix torture target
2005-11-23add a torture targetThomas Vander Stichele
Original commit message from CVS: add a torture target
2005-09-18add a check-valgrind targetThomas Vander Stichele
Original commit message from CVS: add a check-valgrind target
2005-09-04run --enable-gtk-doc for distcheckThomas Vander Stichele
Original commit message from CVS: run --enable-gtk-doc for distcheck
2005-09-03updating docs buildThomas Vander Stichele
Original commit message from CVS: updating docs build
2005-09-02remove hookThomas Vander Stichele
Original commit message from CVS: remove hook
2005-08-20only build if you have checkThomas Vander Stichele
Original commit message from CVS: only build if you have check
2005-08-20add tests to gst-plugins-base add a volume element test clean up volume a ↵Thomas Vander Stichele
little more for basetransform Original commit message from CVS: add tests to gst-plugins-base add a volume element test clean up volume a little more for basetransform
2005-07-07no check yetThomas Vander Stichele
Original commit message from CVS: no check yet
2005-07-07copy extra content files; make plugins-base use gtk-doc.makThomas Vander Stichele
Original commit message from CVS: copy extra content files; make plugins-base use gtk-doc.mak
2005-06-29dist docsThomas Vander Stichele
Original commit message from CVS: dist docs
2005-05-05fix build so you can make dist and create rpmsChristian Schaller
Original commit message from CVS: fix build so you can make dist and create rpms
2004-12-24disable docs again until it passes make distcheckThomas Vander Stichele
Original commit message from CVS: disable docs again until it passes make distcheck
2004-12-24really fix distThomas Vander Stichele
Original commit message from CVS: really fix dist
2004-12-20Added boilerplate gtk-doc files for plugin-libs documentation.Stefan Kost
Original commit message from CVS: Added boilerplate gtk-doc files for plugin-libs documentation.
2004-07-02clean up install/dist problemThomas Vander Stichele
Original commit message from CVS: clean up install/dist problem
2004-06-24don't include -enumtypes.[ch] or -marshal.[ch] files in the disted tarball.Benjamin Otte
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.
2004-05-03updated translationsThomas Vander Stichele
Original commit message from CVS: updated translations
2004-04-20up required gst version fix po download snippetThomas Vander Stichele
Original commit message from CVS: up required gst version fix po download snippet
2004-03-18dist common and m4 correctlyThomas Vander Stichele
Original commit message from CVS: dist common and m4 correctly
2004-03-17use release.makThomas Vander Stichele
Original commit message from CVS: use release.mak
2004-03-13dist NEWSThomas Vander Stichele
Original commit message from CVS: dist NEWS
2004-02-26back to nanoThomas Vander Stichele
Original commit message from CVS: back to nano
2004-02-06remove RELEASEThomas Vander Stichele
Original commit message from CVS: remove RELEASE
2004-02-03co/: add AX_CREATE_STDINT_H to get correct type definitions for a52dec in ↵Benjamin Otte
_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)
2004-01-21adding NAS pluginChristian Schaller
Original commit message from CVS: adding NAS plugin
2004-01-19putting i18n in place for pluginsThomas Vander Stichele
Original commit message from CVS: putting i18n in place for plugins
2003-12-03what was this doing here ?Thomas Vander Stichele
Original commit message from CVS: what was this doing here ?
2003-12-02Add ACLOCAL_AMFLAGSDavid Schleef
Original commit message from CVS: Add ACLOCAL_AMFLAGS
2003-09-14add COPYING.LIBChristian Schaller
Original commit message from CVS: add COPYING.LIB
2003-04-07Port some changes from 0.6.0/0.6.1 back to HEAD (.pc files moved to ↵Ronald S. Bultje
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)
2003-01-03some dist fixesThomas Vander Stichele
Original commit message from CVS: some dist fixes
2002-12-17Also generate uninstalled .pc filesRonald S. Bultje
Original commit message from CVS: Also generate uninstalled .pc files