summaryrefslogtreecommitdiffstats
path: root/ext/sdl/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2007-06-06ext/sdl/: Add GST_CFLAGS, which apparently somehow fixes the build somewhere ↵Tim-Philipp Müller1-1/+1
(#444499); initialise variable to avoid ... Original commit message from CVS: * ext/sdl/Makefile.am: * ext/sdl/sdlvideosink.c: (gst_sdlv_process_events): Add GST_CFLAGS, which apparently somehow fixes the build somewhere (#444499); initialise variable to avoid false compiler warning.
2007-04-29autogen.sh: Require automake 1.7Thomas Vander Stichele1-13/+12
Original commit message from CVS: * autogen.sh: Require automake 1.7 * ext/alsaspdif/Makefile.am: * ext/divx/Makefile.am: * ext/ivorbis/Makefile.am: * ext/musicbrainz/Makefile.am: * ext/neon/Makefile.am: * ext/sdl/Makefile.am: * ext/swfdec/Makefile.am: * ext/theora/Makefile.am: * ext/wavpack/Makefile.am: * ext/xvid/Makefile.am: * gst/modplug/Makefile.am: Fix up Makefile.am accordingly.
2006-01-09Created new element, sdlaudiosink.Edgard Lima1-4/+15
Original commit message from CVS: Created new element, sdlaudiosink.
2005-09-20fix Makefile.am ughThomas Vander Stichele1-9/+2
Original commit message from CVS: fix Makefile.am ugh
2005-09-20Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.Edgard Lima1-1/+1
Original commit message from CVS: Fixed configure.ac and ext/sdl/Makefile.am for sdl port to 0.9.
2005-09-19sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2decEdgard Lima1-5/+9
Original commit message from CVS: sdlvideosink ported to 0.9 and tested with filesrc ! mpeg2dec
2004-04-21ext/sdl/Makefile.am: Link against libgstinterfaces, not libgstxoverlay. ↵David Schleef1-1/+1
jmmv@menta.net (Julio M. Merino Vidal) (bug ... Original commit message from CVS: * ext/sdl/Makefile.am: Link against libgstinterfaces, not libgstxoverlay. jmmv@menta.net (Julio M. Merino Vidal) (bug #140384)
2003-10-28Add XOverlay interface support to both sdlvideosink and xvideosink. They're ↵Ronald S. Bultje1-1/+2
fully interchangeable now. Original commit message from CVS: Add XOverlay interface support to both sdlvideosink and xvideosink. They're fully interchangeable now.
2003-09-11Remove all locally-defined optimization flagsDavid Schleef1-1/+1
Original commit message from CVS: Remove all locally-defined optimization flags
2003-08-10Remove redundant plugindir definitionDavid Schleef1-1/+0
Original commit message from CVS: Remove redundant plugindir definition
2003-05-21Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron1-1/+1
script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
2002-12-08parallel install fixesThomas Vander Stichele1-1/+1
Original commit message from CVS: parallel install fixes
2002-05-13fix sdl makefileAndy Wingo1-1/+1
Original commit message from CVS: fix sdl makefile
2002-05-13conformityThomas Vander Stichele1-4/+4
Original commit message from CVS: conformity
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-1/+1
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2002-03-19s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables ↵Andy Wingo1-1/+1
variables are defined as make variables automagi... Original commit message from CVS: s/@GST_PLUGIN_LDFLAGS@/$(GST_PLUGIN_LDFLAGS)/ @-substitued variables variables are defined as make variables automagically, and this gives the user the freedom to say make GST_PLUGIN_LDFLAGS=-myflag
2002-01-18- plugins are built without versioning infoWrobell1-0/+1
Original commit message from CVS: - plugins are built without versioning info
2002-01-12s/filter/plugin/ link plugins to GST_LIBS rearrange rules to a common formatDavid I. Lehn1-4/+3
Original commit message from CVS: * s/filter/plugin/ * link plugins to GST_LIBS * rearrange rules to a common format
2001-12-20added sdlThomas Vander Stichele1-0/+11
Original commit message from CVS: added sdl