mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
support for $HOMEBREW_PREFIX (macOS)
This commit is contained in:
@@ -729,13 +729,15 @@ href="https://formulae.brew.sh/formula/gstreamer#default">Homebrew
|
||||
gstreamer installation</a> has recently been reworked into a single
|
||||
“formula” named <code>gstreamer</code>, which now works without needing
|
||||
GST_PLUGIN_PATH to be set in the enviroment. Homebrew installs gstreamer
|
||||
to <code>(HOMEBREW)/lib/gstreamer-1.0</code> where
|
||||
<code>(HOMEBREW)/*</code> is <code>/opt/homebrew/*</code> on Apple
|
||||
to <code>HOMEBREW_PREFIX/lib/gstreamer-1.0</code> where by default
|
||||
<code>HOMEBREW_PREFIX/*</code> is <code>/opt/homebrew/*</code> on Apple
|
||||
Silicon Macs, and <code>/usr/local/*</code> on Intel Macs; do not put
|
||||
any extra non-Homebrew plugins (that you build yourself) there, and
|
||||
instead set GST_PLUGIN_PATH to point to their location (Homebrew does
|
||||
not supply a complete GStreamer, but seems to have everything needed for
|
||||
UxPlay).</p>
|
||||
UxPlay). <strong>New: the UxPlay build script will now also detect
|
||||
Homebrew installations in non-standard locations indicated by the
|
||||
environment variable <code>$HOMEBREW_PREFIX</code>.</strong></p>
|
||||
<p><strong>Using GStreamer installed from MacPorts</strong>: this is
|
||||
<strong>not</strong> recommended, as currently the MacPorts GStreamer is
|
||||
old (v1.16.2), unmaintained, and built to use X11:</p>
|
||||
|
||||
Reference in New Issue
Block a user