summaryrefslogtreecommitdiff
path: root/win32/vs8
AgeCommit message (Collapse)AuthorFilesLines
2007-12-18win32/common/gstenumtypes.c: Some indention fixes by gst-indent.Matthias Bolte3-7/+26
Original commit message from CVS: * win32/common/gstenumtypes.c: (register_gst_buffer_flag), (register_gst_buffer_copy_flags), (register_gst_clock_flags), (register_gst_debug_graph_details), (register_gst_state_change_return), (register_gst_state_change), (register_gst_element_flags), (register_gst_core_error), (register_gst_library_error), (register_gst_resource_error), (register_gst_stream_error), (register_gst_event_type_flags), (register_gst_event_type), (register_gst_index_entry_type), (register_gst_assoc_flags), (register_gst_message_type), (register_gst_mini_object_flags), (register_gst_pad_link_return), (register_gst_flow_return), (register_gst_pad_template_flags), (register_gst_pipeline_flags), (register_gst_plugin_error), (register_gst_tag_merge_mode), (register_gst_alloc_trace_flags), (register_gst_type_find_probability), (register_gst_parse_error): Some indention fixes by gst-indent. Patch by: Matthias Bolte <photon at mail dot upb dot de> * win32/vs8/grammar.vcproj: * win32/vs8/libgstcontroller.vcproj: * win32/vs8/libgstreamer.vcproj: Fix compilation with VS8 and include some missing files.
2006-12-01win32/: Fix compilation on win32 under VS8Sergey Scobich3-5/+13
Original commit message from CVS: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: * win32/vs8/libgstbase.vcproj: * win32/vs8/libgstcoreelements.vcproj: * win32/vs8/libgstreamer.vcproj: Fix compilation on win32 under VS8 Patch by: Sergey Scobich <sergey dot scobich at gmail dot com> Partially fixes #381175
2006-10-28Add needed entries in .def files.Sergey Scobich2-10/+10
Original commit message from CVS: Patch by: Sergey Scobich <sergey dot scobich at gmail dot com> * gst/gst.c: * win32/common/libgstbase.def: * win32/common/libgstreamer.def: * win32/vs8/libgstbase.vcproj: * win32/vs8/libgstcontroller.vcproj: Add needed entries in .def files. Use HAVE_UNISTD_H. Rearrange def files in vs8 solutions. Fixes #366286.
2006-10-15win32/vs8/grammar.vcproj: Error out with a warning if glib-genmarshal.exe is ↵Marcus Granado1-3/+3
not in path, instead of creating bogus g... Original commit message from CVS: Patch by: Marcus Granado <mrc dot gran at gmail com> * win32/vs8/grammar.vcproj: Error out with a warning if glib-genmarshal.exe is not in path, instead of creating bogus gstmarshal.[ch] files. Fixes #361720.
2006-10-12win32/: Don't reference glib-compat.c which is currently not used and not ↵Tim-Philipp Müller1-4/+4
disted; add gstquark.c which was recently a... Original commit message from CVS: * win32/vs6/libgstreamer.dsp: * win32/vs7/libgstreamer.vcproj: * win32/vs8/libgstreamer.vcproj: Don't reference glib-compat.c which is currently not used and not disted; add gstquark.c which was recently added. Fixes #361730.
2006-01-29win32/vs8: add vs8 project files created by Sergey ScobichSébastien Moutte8-0/+1743
Original commit message from CVS: * win32/vs8: add vs8 project files created by Sergey Scobich