GNOME Bugzilla – Bug 636185
qtmux: msvc incompatibility
Last modified: 2010-12-01 09:53:45 UTC
In commit http://cgit.freedesktop.org/gstreamer/gst-plugins-bad/commit/?id=401fb0a09b766107a8a27d1663ec1d4beb99a49b an incompatibility with Windows (MSVC) was introduced. MinGW has inlined support for ftruncate(), but MSVC does not. I'll be attaching a small patch to fix the issue.
Created attachment 175598 [details] [review] Fixes the issue
commit c79aba9e1ec22cbae108cb8c6cda563c883e62e3 Author: David Hoyt <dhoyt@llnl.gov> Date: Wed Dec 1 10:45:49 2010 +0100 qtmux: handle msvc ftruncate incompatibility Fixes #636185.