Skip to content

Commit

Permalink
meta: Remove dependency on ffmpeg
Browse files Browse the repository at this point in the history
AFAICT, we didn't actually need this for anything...

Closes #176
  • Loading branch information
keggsmurph21 committed Oct 23, 2022
1 parent be7b0c1 commit d2393e3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
export DEBIAN_FRONTEND=noninteractive
apt-get update
apt-get install --yes \
ffmpeg \
portaudio19-dev \
python3.8 \
python3.8-dev \
Expand All @@ -61,7 +60,6 @@ jobs:
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
dnf --assumeyes update
dnf --assumeyes install \
ffmpeg \
gcc \
portaudio-devel \
python3-devel \
Expand All @@ -84,7 +82,6 @@ jobs:
name: install system packages
command: |
brew install \
ffmpeg \
portaudio \
[email protected]
Expand Down
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ You can have a look at our [UltraFest IX presentation](https://swatphonlab.githu

This tool requires the following system packages to be installed:

* [`ffmpeg`](https://ffmpeg.org/)
* [`portaudio`](http://www.portaudio.com/)
* [`python3`](https://www.python.org/) (3.7 or later)

Expand Down Expand Up @@ -45,7 +44,6 @@ Supported versions: 18.04, 20.04
```sh
$ apt-get update
$ apt-get install --yes \
ffmpeg \
portaudio19-dev \
python3.8 \
python3.8-dev \
Expand All @@ -64,7 +62,6 @@ $ dnf --assumeyes install \
https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
$ dnf --assumeyes update
$ dnf --assumeyes install \
ffmpeg \
gcc \
portaudio-devel \
python3-devel \
Expand All @@ -81,7 +78,6 @@ These instructions use the [Homebrew](https://brew.sh) package manager.
```sh
$ brew update
$ brew install \
ffmpeg \
portaudio \
[email protected]
```
Expand Down

0 comments on commit d2393e3

Please sign in to comment.