aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/libdlna.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-05-27 20:03:25 -0700
committerAdam Vandenberg2010-05-27 20:03:25 -0700
commitf450971957147d4a24d98e225c03f67cb1e9b5f7 (patch)
tree979fdfc687d1f7a01ea990a3096ce0374300b6bc /Library/Formula/libdlna.rb
parentbfc553463693f6e153fa0f0685b5b58b65fb841f (diff)
downloadhomebrew-f450971957147d4a24d98e225c03f67cb1e9b5f7.tar.bz2
Add missing dep to libdlna. Fixes #1473.
Diffstat (limited to 'Library/Formula/libdlna.rb')
-rw-r--r--Library/Formula/libdlna.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/libdlna.rb b/Library/Formula/libdlna.rb
index 2c4f18711..40c319fac 100644
--- a/Library/Formula/libdlna.rb
+++ b/Library/Formula/libdlna.rb
@@ -5,6 +5,8 @@ class Libdlna <Formula
homepage 'http://libdlna.geexbox.org/'
md5 '2c974f95b711e5fd07f78fc4ebfcca66'
+ depends_on 'ffmpeg'
+
def patches
# fixes ffmpeg locations
"http://gist.github.com/raw/356431/fbddfeee80d9224f6c67886b119fbd813f3c0ffa/libdlna.patch"