summaryrefslogtreecommitdiffstats
path: root/gst/smpte/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* fix build after cleaning up my vomitThomas Vander Stichele2005-09-011-2/+2
| | | | | Original commit message from CVS: fix build after cleaning up my vomit
* fix build after cleaning up my vomitThomas Vander Stichele2005-09-011-7/+3
| | | | | Original commit message from CVS: fix build after cleaning up my vomit
* Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure ↵Wim Taymans2005-05-061-3/+3
| | | | | | | | | | | | | | | | | | | | someone will fix it. Original commit message from CVS: * configure.ac: * ext/aalib/Makefile.am: * ext/aalib/gstaasink.c: (gst_aasink_get_type), (gst_aasink_class_init), (gst_aasink_fixate), (gst_aasink_setcaps), (gst_aasink_init), (gst_aasink_get_times), (gst_aasink_render), (gst_aasink_set_property), (gst_aasink_get_property), (gst_aasink_open), (gst_aasink_close), (gst_aasink_change_state): * ext/aalib/gstaasink.h: * gst/smpte/Makefile.am: * gst/smpte/gstsmpte.c: (gst_smpte_setcaps), (gst_smpte_init), (gst_smpte_collected): * gst/smpte/gstsmpte.h: Ported 2 more plugins. usgly hack in the Makefile.am though, I'm sure someone will fix it.
* Remove all locally-defined optimization flagsDavid Schleef2003-09-111-1/+1
| | | | | Original commit message from CVS: Remove all locally-defined optimization flags
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-211-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
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* Added the base framework for the SMPTE transitions and wipes.Wim Taymans2002-10-101-0/+14
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.