summaryrefslogtreecommitdiff
path: root/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2017-12-19gl: hook up to build systemTim-Philipp Müller1-0/+1
Tests and documentation will follow separately. The mixer elements in the opengl plugin need to stay in -bad for now since they use GstVideoAggregator. https://bugzilla.gnome.org/show_bug.cgi?id=754094
2017-11-26win32: remove .def file with exportsTim-Philipp Müller1-7/+2
They're no longer needed, symbol exporting is now explicit via GST_EXPORT in all cases (autotools, meson, incl. MSVC).
2017-05-21meson: don't need config.h.meson any longerTim-Philipp Müller1-1/+1
2017-04-11meson: dist more meson build filesTim-Philipp Müller1-0/+2
2017-03-12Add old libgstencodebin.so to cruft listNicolas Dufresne1-2/+3
This will help fixing clash in gst-uninstalled setup. https://bugzilla.gnome.org/show_bug.cgi?id=779344
2017-02-14Fix distcheckTim-Philipp Müller1-1/+5
Buildbot doesn't like wildcards here for some reason.
2017-02-14meson: dist meson build filesTim-Philipp Müller1-1/+4
Ship meson build files in tarballs, so people who use tarballs in their builds can start playing with meson already.
2016-12-14Remove generated .spec fileTim-Philipp Müller1-1/+2
Likely extremely bitrotten, and we should not ship this anyway.
2016-12-08docs: design: remove outdated draft docs (hw-acceleration, va)Tim-Philipp Müller1-0/+1
2016-11-20win32: remove copies of generated headersTim-Philipp Müller1-13/+1
2016-05-16app: remove marshaller files from gitTim-Philipp Müller1-0/+2
2015-06-09cruft: add the obsolete tmpl dir to cruft-dirsStefan Sauer1-0/+1
2014-10-14tests: parallelise 'make valgrind'Tim-Philipp Müller1-3/+3
Use $(MAKE) instead of 'make' inside the Makefile, otherwise the make will run as if -j1 had been specified and complain about the job server not being available, and with $(MAKE) in inherits the parent make's settings it seems. Upgrade common submodule for parallel check-valgrind.
2014-07-31Makefile: Add usage of build-checks stepEdward Hervey1-0/+4
Allows building checks without running them
2012-09-11gdp: move gdp plugin to -badTim-Philipp Müller1-0/+4
It needs to be reworked for 1.0
2012-01-18Add ext/gio/ to CRUFT_DIRSTim-Philipp Müller1-0/+1
2012-01-05audio: Remove testchannels exampleSebastian Dröge1-0/+1
It's not really relevant anymore
2011-10-27Merge branch 'master' into 0.11Wim Taymans1-0/+1
Conflicts: configure.ac gst-libs/gst/audio/gstbaseaudiosink.c gst/audioconvert/channelmixtest.c gst/playback/gstplaybasebin.c gst/playback/gstsubtitleoverlay.c tests/examples/Makefile.am tests/examples/audio/Makefile.am
2011-10-27volume: move volume example to audioStefan Sauer1-0/+1
2011-06-07Remove v4l pluginTim-Philipp Müller1-0/+3
The old v4l interface has been deprecated for years and even been removed from the kernel headers. If anyone still needs this plugin, they can resurrect it in gst-plugins-bad, there's no reason for it to be in -base.
2011-05-28Ignore new playbin2-compress test binaryTim-Philipp Müller1-0/+1
And add old testchannels binary to CRUFT_FILES.
2010-10-30tools: rename gst-discoverer binary to gst-discoverer-0.10Tim-Philipp Müller1-1/+3
We're not providing a wrapper like we do for the tools in core, since wrappers are confusing (e.g. for debugging purposes), mostly pointless (since the API is likely to change between major versions), and cause packaging issues when packages for two different major versions are to be installed in parallel. https://bugzilla.gnome.org/show_bug.cgi?id=633023
2010-03-14build: add cruft alert for common/shave* leftovers to top-level Makefile.amTim-Philipp Müller1-0/+8
2009-09-13introspection: Build pkgconfig before all libraries and set PKG_CONFIG_PATHSebastian Dröge1-4/+4
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üller1-2/+6
2009-02-25Change how win32/common/config.h is updatedDavid Schleef1-0/+2
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üller1-16/+2
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üller1-0/+19
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 Schmidt1-1/+1
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 Stichele1-1/+1
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 Stichele1-0/+2
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 Stichele1-0/+5
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 Stichele1-1/+4
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 Stichele1-0/+4
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 Stichele1-1/+3
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 Stichele1-0/+2
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 Stichele1-8/+0
Original commit message from CVS: reorganize stuff under tests/
2005-11-30move location of test registryThomas Vander Stichele1-10/+2
Original commit message from CVS: move location of test registry
2005-11-27add ACLOCAL_AMFLAGSThomas Vander Stichele1-0/+2
Original commit message from CVS: add ACLOCAL_AMFLAGS
2005-11-24fix torture targetThomas Vander Stichele1-1/+1
Original commit message from CVS: fix torture target
2005-11-23add a torture targetThomas Vander Stichele1-0/+3
Original commit message from CVS: add a torture target
2005-09-18add a check-valgrind targetThomas Vander Stichele1-0/+3
Original commit message from CVS: add a check-valgrind target
2005-09-04run --enable-gtk-doc for distcheckThomas Vander Stichele1-1/+1
Original commit message from CVS: run --enable-gtk-doc for distcheck
2005-09-03updating docs buildThomas Vander Stichele1-0/+2
Original commit message from CVS: updating docs build
2005-09-02remove hookThomas Vander Stichele1-20/+0
Original commit message from CVS: remove hook
2005-08-20only build if you have checkThomas Vander Stichele1-1/+1
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 Stichele1-0/+2
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 Stichele1-2/+0
Original commit message from CVS: no check yet
2005-07-07copy extra content files; make plugins-base use gtk-doc.makThomas Vander Stichele1-9/+17
Original commit message from CVS: copy extra content files; make plugins-base use gtk-doc.mak
2005-06-29dist docsThomas Vander Stichele1-13/+2
Original commit message from CVS: dist docs