Add directdrawsink to build and dist it, so it gets built when compiling with MingW...
authorVincent Torri <vtorri@univ-evry.fr>
Wed, 3 Jan 2007 19:54:33 +0000 (19:54 +0000)
committerTim-Philipp Müller <tim@centricular.net>
Wed, 3 Jan 2007 19:54:33 +0000 (19:54 +0000)
commit2ae3fda5fa6fc299f43c1371f08ef649080a79de
tree80a6b844d01dfaa53755fa2f8a52bd026bb17ded
parentfa57a52f6920a369ca66652b30dfb0b1ada7f536
Add directdrawsink to build and dist it, so it gets built when compiling with MingW on win32 and the required headers...

Original commit message from CVS:
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).
sys/directdraw/Makefile.am [new file with mode: 0644]
sys/directdraw/gstdirectdrawsink.c