Skip to content

Commit

Permalink
Remove --with-libogg from README.md
Browse files Browse the repository at this point in the history
Remove the --with-libogg flag from the installation instructions for ffmpeg as the option does not exist anymore.

Fixes #64
  • Loading branch information
SargoDarya authored Aug 30, 2017
1 parent ac0131f commit 047b5fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ npm install -g git+https://github.com/tonistiigi/audiosprite.git
You can install `FFmpeg` and the `ogg` codecs on OSX using `brew`:

```
brew install ffmpeg --with-theora --with-libogg --with-libvorbis
brew install ffmpeg --with-theora --with-libvorbis
```

#### Hints for Windows users
Expand All @@ -34,7 +34,7 @@ brew install ffmpeg --with-theora --with-libogg --with-libvorbis
- Download [ffmpeg](http://ffmpeg.zeranoe.com/builds/) and include it in your path `export PATH=$PATH:path/to/ffmpeg/bin`
- IMA-ADPCM(the fastest iPhone format) will only be generated if you are using OSX.

###Usage
### Usage

```
> audiosprite --help
Expand Down Expand Up @@ -153,4 +153,4 @@ var settings = {/* JSON generated by audiosprite*/};
var myPlayer = new jukebox.Player(settings);
...
myPlayer.play('click');
```
```

0 comments on commit 047b5fa

Please sign in to comment.