problem with "winscreencap" plugin (gst-plugins-bad)

Numbor numbor at hotmail.com
Sun Aug 19 18:42:00 PDT 2012


Hello to all,
I am using the gstreamer-sdk distribution and through Cerberus i'm 
trying to compile the plugin "winscreencap" belonging to plugins-bad.
I have already applied the patch:

https://bugzilla.gnome.org/show_bug.cgi?id=672031

and installed windows sdk and visual c + + express.

When running "configure" the plugin is not accepted.

--------------------------------------------------------------------------------------------------------
configure: *** checking feature: Direct3D9 ***
configure: *** for plug-ins: winscreencap ***
checking for Direct3D9 LDFLAGS ... no
configure: *** These plugins will not be built: winscreencap
--------------------------------------------------------------------------------------------------------


Checking in configure seems that is attempted the compilation of the 
following code:

--------------------------------------------------------------------------------------------------------
# include <windows.h>
# include <d3d9.h>

int main ()
{
    Direct3DCreate9 (D3D_SDK_VERSION);

    return 0;
}
--------------------------------------------------------------------------------------------------------

The file "d3d9.h' is in  folder:

C: \ Program Files \ Microsoft SDKs \ Windows \ v7.1 \ Include

Do you have any suggestions?

Thanks,
Numbor


More information about the gstreamer-devel mailing list