summaryrefslogtreecommitdiffstats
path: root/sys/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* Moved 'directdraw' from -good to -badJan Schmidt2009-05-161-8/+2
|
* Make sure to dist everything needed for win32 builds.Jan Schmidt2007-06-141-1/+1
| | | | | | | | | | Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/directdraw/Makefile.am: * sys/directsound/Makefile.am: * sys/waveform/Makefile.am: Make sure to dist everything needed for win32 builds.
* Move videocrop and osxvideo from -bad.Jan Schmidt2007-06-121-7/+7
| | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/inspect/plugin-videocrop.xml: * gst-plugins-good.spec.in: * sys/Makefile.am: * tests/check/Makefile.am: * tests/icles/Makefile.am: * tests/icles/videocrop-test.c: Move videocrop and osxvideo from -bad.
* Add DirectDraw & DirectSound plugins to the build and docs.Jan Schmidt2007-06-081-2/+14
| | | | | | | | | | | | Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * docs/plugins/gst-plugins-good-plugins.args: * sys/Makefile.am: * win32/MANIFEST: Add DirectDraw & DirectSound plugins to the build and docs.
* sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory.Edward Hervey2007-03-151-1/+1
| | | | | | Original commit message from CVS: * sys/Makefile.am: Don't forget to distribute the sys/osxaudio/ directory.
* Activate osxaudio in gst-plugins-good with proper build setup.Edward Hervey2007-03-151-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * sys/Makefile.am: * sys/osxaudio/Makefile.am: * sys/osxaudio/gstosxaudio.c: * sys/osxaudio/gstosxaudiosink.c: (gst_osx_audio_sink_osxelement_do_init), (gst_osx_audio_sink_init), (gst_osx_audio_sink_getcaps), (gst_osx_audio_sink_create_ringbuffer), (plugin_init): * sys/osxaudio/gstosxaudiosrc.c: (gst_osx_audio_src_osxelement_do_init), (gst_osx_audio_src_init), (gst_osx_audio_src_create_ringbuffer): * sys/osxaudio/gstosxringbuffer.c: (gst_osx_ring_buffer_get_type), (gst_osx_ring_buffer_class_init), (gst_osx_ring_buffer_init), (gst_osx_ring_buffer_acquire), (gst_osx_ring_buffer_start), (gst_osx_ring_buffer_pause), (gst_osx_ring_buffer_stop): * sys/osxaudio/gstosxringbuffer.h: Activate osxaudio in gst-plugins-good with proper build setup. Add inlined documentation. Fix debug statements Fix ringbuffer when pausing. Fixes #323471
* add build stuff for v4l2, needs --enable-experimental until the last bits ↵Thomas Vander Stichele2006-10-031-7/+7
| | | | | | | | | | are resolved Original commit message from CVS: * configure.ac: * sys/Makefile.am: add build stuff for v4l2, needs --enable-experimental until the last bits are resolved
* Move ximagesrc plug-in to good after review. Fixes #336756.Thomas Vander Stichele2006-04-281-2/+8
| | | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: * docs/plugins/Makefile.am: * docs/plugins/gst-plugins-good-plugins-docs.sgml: * docs/plugins/gst-plugins-good-plugins-sections.txt: * ext/annodex/gstcmmlenc.c: (gst_cmml_enc_class_init), (gst_cmml_enc_push_clip): * sys/Makefile.am: * sys/ximage/Makefile.am: * sys/ximage/gstximagesrc.c: Move ximagesrc plug-in to good after review. Fixes #336756.
* add Sun Audio plugin. Verified that nothing breaks and that make check works.Christian Schaller2006-01-091-8/+8
| | | | | | Original commit message from CVS: add Sun Audio plugin. Verified that nothing breaks and that make check works. Don't think the docs gets properly built yet, but I don't understand exactly how to enable that.
* sys/oss/: Port from THREADED+wim's fixes.Andy Wingo2005-07-081-10/+4
| | | | | | | Original commit message from CVS: 2005-07-08 Andy Wingo <wingo@pobox.com> * sys/oss/: Port from THREADED+wim's fixes.
* 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.
* gst-plugins 0.9 cvs head now compiles (only effectv left compiling)Christian Schaller2005-05-061-5/+5
| | | | | Original commit message from CVS: gst-plugins 0.9 cvs head now compiles (only effectv left compiling)
* make this module a bit more 0.9 friendlyChristian Schaller2005-05-051-68/+52
| | | | | Original commit message from CVS: make this module a bit more 0.9 friendly
* fix build on older automakeThomas Vander Stichele2004-10-271-1/+1
| | | | | Original commit message from CVS: fix build on older automake
* fix for 151236Thomas Vander Stichele2004-08-301-1/+1
| | | | | Original commit message from CVS: fix for 151236
* GL sink plugin. (Bug #147302)Gernot Ziegler2004-08-091-1/+7
| | | | | | | | | | | Original commit message from CVS: Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the GL sink plugin. (Bug #147302) * configure.ac: Test for OpenGL * sys/Makefile.am: Use test for OpenGL * sys/glsink/Makefile.am: * sys/glsink/glimagesink.c: rewrite * sys/glsink/glimagesink.h: rewrite
* configure.ac: Add objective-c support if running in Darwin/Mac OS XZaheer Abbas Merali2004-06-221-4/+11
| | | | | | | | | | | | | | | | Original commit message from CVS: 2004-06-22 Zaheer Abbas Merali <zaheerabbas at merali.org> * configure.ac: Add objective-c support if running in Darwin/Mac OS X * sys/Makefile.am: * sys/osxvideo: * sys/osxvideo/Makefile.am: * sys/osxvideo/osxvideosink.h: * sys/osxvideo/osxvideosink.m: * sys/osxvideo/cocoawindow.h: * sys/osxvideo/cocoawindow.m: Add osxvideosink, a cocoa-based osx video sink
* Original commit message from CVS:David Schleef2004-05-201-3/+11
| | | | | * configure.ac: * sys/Makefile.am:
* configure.ac: Add sunaudioDavid Schleef2004-05-191-3/+9
| | | | | | | | | | | | | | Original commit message from CVS: * configure.ac: Add sunaudio * examples/Makefile.am: make gstplay depend on gconf * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette), (convert_table_lookup), (img_convert): remove c99-isms * gst/ffmpegcolorspace/imgconvert_template.h: make a constant unsigned, to fix a warning on Solaris * gst/mpeg1sys/systems.c: bcopy->memcpy * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy * sys/Makefile.am: Add sunaudio
* removing plugins from buildThomas Vander Stichele2004-03-091-4/+2
| | | | | Original commit message from CVS: removing plugins from build
* fix makefileThomas Vander Stichele2003-11-151-1/+1
| | | | | Original commit message from CVS: fix makefile
* disting fixChristian Schaller2003-11-141-3/+5
| | | | | Original commit message from CVS: disting fix
* fix build system for X, XShm and XvBenjamin Otte2003-11-121-9/+12
| | | | | Original commit message from CVS: fix build system for X, XShm and Xv
* disting fixes, pixbuf loader still borked in regards to distingChristian Schaller2003-11-091-7/+10
| | | | | Original commit message from CVS: disting fixes, pixbuf loader still borked in regards to disting
* test and define HAVE_XSHM build ximage pluginThomas Vander Stichele2003-11-071-1/+1
| | | | | | Original commit message from CVS: test and define HAVE_XSHM build ximage plugin
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-061-1/+1
| | | | | | | over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
* Plugins cleanup:Ronald S. Bultje2003-06-251-8/+2
| | | | | | | | | | | | | | | | Original commit message from CVS: Plugins cleanup: * stereo2mono, mono2stereo, int2float, float2int: replaced by audioconvert. * stereosplit replaced by oneton. * vumeter replaced by level (and was broken anyway). * avifile replaced by ffmpeg. * mjpegtools duplicates functionality of jpeg. jpeg now works with jpeg-mmx, too, which makes mjpegtools unneeded. * allow for jpegmmx instead of jpeg. * openquicktime replaced by qtdemux and ffmpeg. Broken anyway. * XMMS is broken and will never be fixed. * vga is broken and will not be fixed anywhere soon. * videosink has never worked. If it works, add it back to replace xvideosink.
* disabling videosink from head build, should I do the same for 0.6 branch?Christian Schaller2003-02-231-2/+2
| | | | | Original commit message from CVS: disabling videosink from head build, should I do the same for 0.6 branch?
* This adds v4l2 stuff to the build systemRonald S. Bultje2002-09-091-4/+9
| | | | | Original commit message from CVS: This adds v4l2 stuff to the build system
* Added conditional for cdrom, someone needs to write a configure check to ↵Wim Taymans2002-07-271-2/+8
| | | | | | | | make this work Original commit message from CVS: Added conditional for cdrom, someone needs to write a configure check to make this work
* check for the proper dxr3 header aphabetization fixesAndy Wingo2002-03-291-2/+2
| | | | | | Original commit message from CVS: * check for the proper dxr3 header * aphabetization fixes
* some s/KHz/Hz/ fixes in osssrc consistency-with-the-rest-of-gst adjustmentsAndy Wingo2002-03-291-2/+8
| | | | | | | Original commit message from CVS: * some s/KHz/Hz/ fixes in osssrc * added dxr3 plugin from rehan khwaja <rehankhwaja@yahoo.com>, with some consistency-with-the-rest-of-gst adjustments
* adding 'videosink' elementBenjamin Otte2002-03-021-2/+2
| | | | | | | Original commit message from CVS: adding 'videosink' element It's basically a rewritten xvideosink, but is more modular and allows 'hooks'. It is needed by GstVideoWidget in gst-player
* reverting hadess's patchThomas Vander Stichele2002-01-171-4/+1
| | | | | Original commit message from CVS: reverting hadess's patch
* - make the qcam plugin build only only platforms using NASM, ie. x86Bastien Nocera2002-01-171-1/+3
| | | | | Original commit message from CVS: - make the qcam plugin build only only platforms using NASM, ie. x86
* applied taaz's virtual patchThomas Vander Stichele2001-12-201-14/+14
| | | | | Original commit message from CVS: applied taaz's virtual patch
* added qcam checksThomas Vander Stichele2001-12-201-1/+14
| | | | | Original commit message from CVS: added qcam checks
* vcd checksThomas Vander Stichele2001-12-201-1/+7
| | | | | Original commit message from CVS: vcd checks
* added v4l handlingThomas Vander Stichele2001-12-201-7/+13
| | | | | Original commit message from CVS: added v4l handling
* unforming dir namesThomas Vander Stichele2001-12-201-3/+15
| | | | | Original commit message from CVS: unforming dir names
* first batchThomas Vander Stichele2001-12-171-0/+5
Original commit message from CVS: first batch