aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMustafa Hasturk2015-01-28 22:09:39 +0200
committerMike McQuaid2015-01-29 14:31:11 +0000
commit7d299917f5aeb8e0223b68f83afc85d66818d3df (patch)
tree54ddc4ac255458ae886ac4a5ce2e33c8258ee80c /Library/Formula
parentc8a98fca6999cdd6d162d13020679f1b047a4f26 (diff)
downloadhomebrew-7d299917f5aeb8e0223b68f83afc85d66818d3df.tar.bz2
youtube-dl: add libav for post-process caveats.
Closes #36331. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/youtube-dl.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/youtube-dl.rb b/Library/Formula/youtube-dl.rb
index b371b3584..6262e10e2 100644
--- a/Library/Formula/youtube-dl.rb
+++ b/Library/Formula/youtube-dl.rb
@@ -31,7 +31,7 @@ class YoutubeDl < Formula
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