GStreamer 網站上不再提供 GStreamer 0.10 安裝程式(僅版本 1.x)。我確實需要使用這個版本,所以我嘗試從原始程式碼建立它。我發現這個簡潔的頁面解釋瞭如何操作:
http://gstreamer.freedesktop.org/data/doc/gstreamer/head/manual/html/section-integration-win32.html
GStreamer 依賴 GLib,所以我決定下載並執行 GTK 安裝程式(http://gtk-win.sourceforge.net/home/)。然後我將 GTK2-Runtime/bin 加入我的 PATH 變數。
當我嘗試在 GStreamer 目錄中執行 ./configure (透過 Cygwin)時,我得到:
checking for GLIB... configure:
configure: error: This package requires GLib >= 2.24 to compile.
這很奇怪,因為安裝的 GLib 版本是 2.28.8。任何想法?
謝謝。
答案1
無需讓生活變得複雜,您可以下載/安裝 Gstreamer 作為CYGPORT項目。