After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652035 - [d3dvideosink] Fix configure check and makefiles
[d3dvideosink] Fix configure check and makefiles
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Windows
: Normal normal
: 0.10.23
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-07 10:54 UTC by Raimo Järvi
Modified: 2011-06-26 01:18 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix configure check and makefiles (3.15 KB, patch)
2011-06-07 10:59 UTC, Raimo Järvi
none Details | Review
Remove unnecessary white space change from patch (3.02 KB, patch)
2011-06-07 11:07 UTC, Raimo Järvi
accepted-commit_now Details | Review

Description Raimo Järvi 2011-06-07 10:54:55 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.
Comment 1 Raimo Järvi 2011-06-07 10:59:15 UTC
Created attachment 189381 [details] [review]
Fix configure check and makefiles
Comment 2 Raimo Järvi 2011-06-07 11:07:51 UTC
Created attachment 189383 [details] [review]
Remove unnecessary white space change from patch
Comment 3 David Schleef 2011-06-07 18:16:57 UTC
Cool, thanks.  I wrote boilerplate code when merging that patch, and meant to test it... sometime.
Comment 4 Levente Farkas 2011-06-22 13:28:27 UTC
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...
Comment 5 David Schleef 2011-06-26 01:18:57 UTC
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.