Commit graph

87 commits

Author SHA1 Message Date
Tim-Philipp Müller 5f9c61e08f gl: only enable gbm backend if gudev is available
gudev/gudev.h is included unconditionally, so only enable
the gbm backend if gudev was actually found. This also
matches the meson build behaviour.

Should fix build on GNOME SDK builder.
2018-03-05 20:00:34 +00:00
Víctor Manuel Jáquez Leal 103b011026 m4: fix variable value access 2018-02-27 14:07:44 -06:00
Nicolas Dufresne fbc2375d57 gl: Move DRM_CFLAGS into gst-gl.m4 2018-02-27 13:12:59 -05:00
Carlos Rafael Giani 4df219f336 gl: Add Mesa3D GBM backend
This makes it possible to use the GStreamer OpenGL elements without a
windowing system if a libdrm- and Mesa3D-supported GPU is present

https://bugzilla.gnome.org/show_bug.cgi?id=782923
2018-02-23 21:09:45 -05:00
Sebastian Dröge ca6c8971a6 m4: gmodule-no-export-2.0 is needed for everything using the g_module_*() API
While it is pulled in via the GLib check, GLIB_LIBS is not pulled into
any of the places using the API.
2018-02-18 11:39:10 +02:00
Edward Hervey 5a017f58c4 configure: Fix build without gl plugins
The AM_CONDITIONAL always need to be evaluated, regardless of
whether we are building with or without gl plugins (the actual
checks are only called in AG_GST_GL_PLUGIN_CHECKS).
2018-01-03 08:47:58 +01:00
Tim-Philipp Müller a6976b7e1b gl: fix build if libjpeg is not available
If libjpeg is not available, leave HAVE_JPEG undefined in
config.h, instead of defining it to 0. Fixes mismatch between
autotools conditional and ifdefs in the code.
2017-12-20 16:01:38 +00:00
Tim-Philipp Müller f216fff3dd autotools: gl: don't check for gstreamer-allocators via pkg-config
It's in -base too after all, so this doesn't make sense and is no
longer needed.
2017-12-19 15:48:19 +00:00
Tim-Philipp Müller 8227135f3b gl: hook up to build system
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-12-19 12:01:48 +00:00
Tim-Philipp Müller 183610c035 build: remove nonsensical check for freetype
The examples need Gtk+, nothing uses freetype directly.
2016-01-25 17:40:23 +00:00
Wim Taymans 28825c20bb fix for removed file 2012-02-06 13:23:25 +01:00
Sebastian Dröge cd3eeed6b3 tcp: Remove remaining unused stuff 2012-01-16 11:31:46 +01:00
Piotr Fusik 14644457b0 various: typo fixes
Fix typos in code and docs. Fixes. #658984
2011-12-02 12:03:27 +01:00
Tim-Philipp Müller cb8d01ab66 m4: remove some unused .m4 files 2010-03-16 20:05:43 +00:00
Tim-Philipp Müller 528cdedc2b m4: fix 'suspicious cache value' warning for gst-fionread.m4
.. here as well (should really be moved to common, but I'm too lazy).
2009-05-22 19:55:31 +01:00
Edward Hervey 70c609f102 m4/Makefile.am: And a couple more .m4 that don't exist anymore with gettext 0.17
Original commit message from CVS:
* m4/Makefile.am:
And a couple more .m4 that don't exist anymore with gettext 0.17
2008-12-13 16:21:12 +00:00
Edward Hervey 4fa4fdf7c0 m4/Makefile.am: inttypes.m4 hasn't been available since gettext-0.15, and since we now require gettext >= 0.17 ... we...
Original commit message from CVS:
* m4/Makefile.am:
inttypes.m4 hasn't been available since gettext-0.15, and since we now
require gettext >= 0.17 ... we can remove it from the list of files to
dist.
2008-12-13 12:41:56 +00:00
Stéphane Loeuillet 43e463531b update esound, gconf, alsa and ogg m4 files from upstream versions
Original commit message from CVS:
update esound, gconf, alsa and ogg m4 files from upstream versions
2004-09-17 22:13:07 +00:00
Stéphane Loeuillet 835a60e3fa - say explicitly in the ./configure output that we're looking for libsidplay 1.36.x (as siddec won't compile against ...
Original commit message from CVS:
- say explicitly in the ./configure output that we're looking for libsidplay 1.36.x
(as siddec won't compile against 2.x.x)
2004-09-17 20:52:31 +00:00
Colin Walters ba89543936 m4/Makefile.am: Distribute gst-fionread.m4.
Original commit message from CVS:
2004-06-23  Colin Walters  <walters@redhat.com>

* m4/Makefile.am: Distribute gst-fionread.m4.
2004-06-23 19:41:37 +00:00
Thomas Vander Stichele d9a65b00b4 fix shout2 check to check for the version
Original commit message from CVS:
fix shout2 check to check for the version
2004-06-02 11:23:19 +00:00
Stéphane Loeuillet 08b37bf327 rename defines too, so that they look like the others (say naming convention)
Original commit message from CVS:
rename defines too, so that they look like the others (say naming convention)
2004-05-21 14:53:20 +00:00
Thomas Vander Stichele 182d4ec6bf sync with upstream
Original commit message from CVS:
sync with upstream
2004-05-21 11:20:49 +00:00
Thomas Vander Stichele 5182b12940 back in a sec
Original commit message from CVS:
back in a sec
2004-05-21 11:18:35 +00:00
Stéphane Loeuillet 970e90054a - change sunaudio category to Sink/Audio
Original commit message from CVS:
- change sunaudio category to Sink/Audio
- change HAVE_FIONREAD macro to GST_CHECK_FIONREAD
- add conditional include for FIONREAD ioctl on more files
2004-05-20 19:43:25 +00:00
Stéphane Loeuillet 322db67058 test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
Original commit message from CVS:
test FIONREAD ioctl presence in an alternate header for Solaris 10 (and perhaps earlier versions)
2004-05-20 19:19:26 +00:00
Stéphane Loeuillet 12be7d6207 don't fix a test that should fail (too old a52dec detection)
Original commit message from CVS:
don't fix a test that should fail (too old a52dec detection)
2004-05-19 20:33:05 +00:00
Stéphane Loeuillet 0878263de0 m4/a52.m4: fix compilation with -Wall -Werror
Original commit message from CVS:
* m4/a52.m4 : fix compilation with -Wall -Werror
* m4/libfame.m4 : idem
* m4/libmikmod.m4 : idem
2004-05-18 00:13:45 +00:00
Thomas Vander Stichele 0af0ee283e forgot this one
Original commit message from CVS:
forgot this one
2004-03-18 13:42:21 +00:00
Thomas Vander Stichele 93feda1993 use pkg-config checks for some, falling back to the old one.
Original commit message from CVS:
use pkg-config checks for some, falling back to the old one.

fixes #131270
2004-03-10 17:21:14 +00:00
Thomas Vander Stichele 3d510af5c8 ignore me
Original commit message from CVS:
ignore me
2004-02-12 18:19:24 +00:00
Thomas Vander Stichele f80c9eafc1 fix underquotedness of macros
Original commit message from CVS:
fix underquotedness of macros
2004-02-11 16:44:05 +00:00
Thomas Vander Stichele 1d7c24e42b ignore copied m4's
Original commit message from CVS:
ignore copied m4's
2004-02-04 21:14:45 +00:00
Benjamin Otte 788acc4917 tagging stuff and build fixes. In detail:
Original commit message from CVS:
tagging stuff and build fixes. In detail:
- make gdk-pixbuf loader work when distchecking
- fix invalid syntax in ffmpeg Makefile. wildcards for EXTRA_DIST are not allowed. This broke builds where distdir != srcdir
- fix ffmpeg cvs grabbing when srcdir != distdir
- new id3tag plugin for id3 tag reading/writing (uses mad's libid3tag)
- mad and libid3tag require mad/libid3tag v0.15. Fixed configure to require that
- added ogg demuxer in ext/ogg. The demuxer does not handle events yet. Especially getting seeking right will require some effort or code copying from libvorbis.
- added raw vorbis detection to typefinding. oggdemux requires a typefind function to detect its contents.
- tags plugin in gst/tags. Provides API in <gst/tags/gsttagediting.h>. API includes tag matching GStreamer <=> ID3 and GStreamer <=> vorbis and writing/reading vorbiscomments or ID3v1 tags. Also included is a simple vorbiscomment reader/writer. Writing will not really work though until someone writes oggmux.
- various build fixes. Mostly missing (DIST)CLEANFILES.
- vorbisenc handles tag writing.

Now it's YOUR turn to fix and write more plugins that handle writing/reading of tags. :)
2003-11-24 04:08:48 +00:00
Jeremy Simon 01531d66fb Change cvs host (mplayer)
Original commit message from CVS:
Change cvs host (mplayer)
Add compression (z4)
2003-10-23 20:45:32 +00:00
Benjamin Otte 4258cd6910 make ffmpeg erroring out work:
Original commit message from CVS:
make ffmpeg erroring out work:
- don't built gst-libs/ext/ffmpeg
- don't update Tag when cvs command fails
2003-09-27 16:44:53 +00:00
Christian Schaller e8dd975118 latest fixes to get everything disting and building like a charm
Original commit message from CVS:
latest fixes to get everything disting and building like a charm
2003-09-13 10:25:22 +00:00
Ronald S. Bultje 649fd0d3b4 Update matroska check (see #117717)
Original commit message from CVS:
Update matroska check (see #117717)
2003-07-20 08:33:01 +00:00
Ronald S. Bultje b3e3286651 Move to m4/ instead of common/m4/
Original commit message from CVS:
Move to m4/ instead of common/m4/
2003-07-17 06:58:53 +00:00
Benjamin Otte ffa5706370 compatibility fix for new GST_DEBUG stuff.
Original commit message from CVS:
compatibility fix for new GST_DEBUG stuff.
Includes fixes for missing includes for config.h and unistd.h

I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-06-29 19:46:12 +00:00
Christian Schaller f051830856 fix ivorbis part 2
Original commit message from CVS:
fix ivorbis part 2
2003-03-01 14:49:57 +00:00
Christian Schaller d410130574 add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mis...
Original commit message from CVS:
add FreeBSD patches from Andrew Turner and add missing ivorbis m4 to cvs, also disable ivorbis plugin as the test mistakes ordinary vorbis for tremor
2003-02-23 19:58:50 +00:00
Thomas Vander Stichele c109614284 check for vorbis final
Original commit message from CVS:
check for vorbis final
2003-01-17 15:14:44 +00:00
Thomas Vander Stichele 1019a1bd04 changing ffmpeg to only update when required
Original commit message from CVS:
changing ffmpeg to only update when required
2003-01-05 11:31:42 +00:00
Thomas Vander Stichele 988c0e28ea a simple fix
Original commit message from CVS:
a simple fix
2002-12-30 12:23:24 +00:00
Thomas Vander Stichele fd268346c6 why did no one notice ?
Original commit message from CVS:
why did no one notice ?
2002-12-27 16:04:22 +00:00
Thomas Vander Stichele 62e05fd991 slurp in ffmpeg a) please test b) please help me figure out how to portably link in a .a file in our .so plugin
Original commit message from CVS:
slurp in ffmpeg

a) please test
b) please help me figure out how to portably link in a .a file in our
.so plugin
2002-12-26 10:53:21 +00:00
David I. Lehn 03938ad1d0 drop mpeg2dec 0.2.1 support in favor of 0.3.0.
Original commit message from CVS:
drop mpeg2dec 0.2.1 support in favor of 0.3.0.
keeping old code around in cvs for a while just in case someone needs it.
2002-12-05 00:29:11 +00:00
Thomas Vander Stichele 803632635c flac debug cleanup m4 for ffmpeg
Original commit message from CVS:
flac debug cleanup
m4 for ffmpeg
2002-11-26 14:51:34 +00:00
Wim Taymans 04a76ac99d Added shout m4
Original commit message from CVS:
Added shout m4
2002-10-27 18:44:33 +00:00