Skip to content

Commit

Permalink
fix shell example formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
lbjay authored Feb 15, 2017
1 parent 4ed58de commit 795ffae
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ Run `./publish.sh` to create the tarball and publish to a shared asset s3
bucket. Be sure you use the same ffmpeg version string that you did in the
build config.

Be sure you understand the necessary client libraries needed to install ffmpeg
- ssh into the vagrant build machine via `vagrant ssh` and then run:
Be sure you understand the necessary client libraries needed to install ffmpeg. Ssh into the vagrant build machine via `vagrant ssh` and then run:

for lib in $(ldd $(which ffmpeg) | cut -d ' ' -f 3); do dpkg -S $lib; done | cut -d ' ' -f 1 | sort | uniq | cut -d ':' -f 1
for lib in $(ldd $(which ffmpeg) | cut -d ' ' -f 3); do dpkg -S $lib; done | cut -d ' ' -f 1 | sort | uniq | cut -d ':' -f 1

You should ensure these libraries are installed on any machine you run this on.

Expand Down

0 comments on commit 795ffae

Please sign in to comment.