Skip to content

Commit

Permalink
youtube-dl: add libav for post-process caveats.
Browse files Browse the repository at this point in the history
Closes Homebrew/legacy-homebrew#36331.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Mustafa Hasturk authored and MikeMcQuaid committed Jan 29, 2015
1 parent 1442b46 commit 909fb22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/youtube-dl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def install
end

def caveats
"To use post-processing options, `brew install ffmpeg`."
"To use post-processing options, `brew install ffmpeg` or `brew install libav`."
end

test do
Expand Down

0 comments on commit 909fb22

Please sign in to comment.