> Has anyone gotten this to work? > >> configure: gstreamer-0.10 base plugins 32-bit development files not found, gstreamer support disabled I have Wine 1.3.1x compiling against gstreamer 0.10, but I had to link the gst subdirectory from the versioned includes dir like: cd /full/path/to/includes ln -Ffs gstreamer-0.10/gst gst That should allow configure to find the include files. -r