[MOVED FROM GOOD] Add directdrawsink to build and dist it, so it gets built when...
authorVincent Torri <vtorri@univ-evry.fr>
Wed, 3 Jan 2007 19:54:33 +0000 (19:54 +0000)
committerJan Schmidt <thaytan@noraisin.net>
Sat, 16 May 2009 00:29:15 +0000 (01:29 +0100)
commit7a8bf9900c7c010d9fdd3ef6d29bdfa69e6986e9
tree4c0290c784e04240aba0578abcf14a3a7b001a0b
parentc807b70709f6bc292bfc6b4a3f6a098bf006fe44
[MOVED FROM GOOD] 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