mplayer: add direct libpng dependency

This commit is contained in:
Adam Vandenberg 2014-04-27 14:18:48 -07:00
parent 77a62b14de
commit 7a6ad37ae6

View file

@ -38,8 +38,9 @@ class Mplayer < Formula
if build.with? 'osd' or build.with? 'x'
# These are required for the OSD. We can get them from X11, or we can
# build our own.
depends_on :fontconfig
depends_on :freetype
depends_on "fontconfig"
depends_on "freetype"
depends_on "libpng"
end
fails_with :clang do