GNOME Bugzilla – Bug 617625
Commandline utility wrappers (gst-run) don't work on Windows
Last modified: 2010-05-05 16:11:14 UTC
Due to two things 1) They improperly match files for "gst-blah.exe-*.*" (i.e. they don't check that basename might have .exe extension) 2) They believe that libtool-generated wrappers have "lt-" prefix in their names, which is not true for Windows (for reasons beyond my comprehension)
Created attachment 160250 [details] [review] Fix gst-run wrapper to work on Windows
Comment on attachment 160250 [details] [review] Fix gst-run wrapper to work on Windows Committed with some changes, hope it still works. commit 01a966eec38532b2d165e31419aca4ff0e0a4304 Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Tue May 4 13:29:02 2010 +0400 tools: fix gst-run wrapper to work on Windows Fixes #617625