GNOME Bugzilla – Bug 392313
[directdrawsink] dist and add to gst-plugins-bad
Last modified: 2007-01-03 19:55:23 UTC
I've added the compilation of directdrawsink in gst-plugins-bad. there are below the patch that: * adds a check in configure.ac for some win32 header files and libs * adds the compilation in sys/Makefile.am * fixes warnings in gstdirectdrawsink.c Also, I've added the needed Makefile.am below
Created attachment 79275 [details] [review] patch that adds the compilation of directdrawsink
Created attachment 79276 [details] Makefile.am for the compilation of directdrawsink plugin
Thanks, committed: 2007-01-03 Tim-Philipp Müller <tim at centricular dot net> Patch by: Vincent Torri <vtorri at univ-evry fr> * configure.ac: * sys/Makefile.am: * sys/directdraw/Makefile.am: Add directdrawsink to build and dist it, so it gets built when compiling with MingW on win32 and the required headers and libraries are available (fixes: #392313). * sys/directdraw/gstdirectdrawsink.c: (gst_directdrawsink_center_rect), (gst_directdrawsink_show_frame), (gst_directdrawsink_setup_ddraw), (gst_directdrawsink_surface_create): Comment out some unused things and fix some printf format issues in order to avoid warnings when buildling with MingW (#392313).