GNOME Bugzilla – Bug 652035
[d3dvideosink] Fix configure check and makefiles
Last modified: 2011-06-26 01:18:57 UTC
The following patch fixes configure check and makefiles for d3dvideosink. Note that the configure check links to d3d9 library, but the plugin itself doesn't, because the dll is loaded at runtime.
Created attachment 189381 [details] [review] Fix configure check and makefiles
Created attachment 189383 [details] [review] Remove unnecessary white space change from patch
Cool, thanks. I wrote boilerplate code when merging that patch, and meant to test it... sometime.
could you apply it. it's working:-) unfortunately i fix it myself too:-( now the only remaining issue a working mingw-64 headers, but it's already omn the way...
commit 59aaf71b0bc2534a082e423064b9d2fe095abc59 Author: Raimo Järvi <raimo.jarvi@gmail.com> Date: Tue Jun 7 13:55:38 2011 +0300 d3dvideosink: Fix configure check and makefiles Fixes bug #652035.