forked from mirrors/gstreamer-rs
Improve mac osx installation instructions a bit
This commit is contained in:
parent
fd2776f0b0
commit
ff6b09d301
1 changed files with 2 additions and 2 deletions
|
@ -83,8 +83,8 @@ Homebrew only installs various plugins if explicitly enabled, so some extra
|
||||||
```
|
```
|
||||||
$ brew install gstreamer gst-plugins-base gst-plugins-good \
|
$ brew install gstreamer gst-plugins-base gst-plugins-good \
|
||||||
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
|
gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server \
|
||||||
--with-orc -with-libogg --with-opus --with-pango --with-theora \
|
--with-orc --with-libogg --with-opus --with-pango --with-theora \
|
||||||
--with-libvorbis --with-libvpx
|
--with-libvorbis --with-libvpx --enable-gtk3
|
||||||
```
|
```
|
||||||
|
|
||||||
If you wish to install the gstreamer-player sub-crate, make sure the
|
If you wish to install the gstreamer-player sub-crate, make sure the
|
||||||
|
|
Loading…
Reference in a new issue