From 75d94c2a061f525002046e6b9d3b1fbe778a948d Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 10 Oct 2018 12:14:29 -0700 Subject: [PATCH] Remove gst-plugins-ugly dep from README We don't use it and shouldn't be using it because of the license --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f09fb8a1a16..bcc2459ca12d 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Please select your operating system: ``` sh brew install automake autoconf@2.13 pkg-config python cmake yasm llvm -brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav gst-rtsp-server --with-orc -with-libogg --with-opus --with-pango --with-theora --with-libvorbis +brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-libav gst-rtsp-server --with-orc --with-libogg --with-opus --with-pango --with-theora --with-libvorbis pip install virtualenv ``` #### On macOS (MacPorts)