mirror of https://github.com/mpv-player/mpv
1l :)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9051 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
ef78002b81
commit
e5d138aa7d
|
@ -4516,7 +4516,7 @@ echo "$_gui"
|
|||
if test "$_gui" = yes ; then
|
||||
|
||||
# Required libraries
|
||||
test "$_png" != yes && die "PNG support required for GUI compilation, please install libpng or libpng-dev packages."
|
||||
test "$_png" != yes && die "PNG support required for GUI compilation, please install libpng and libpng-dev packages."
|
||||
test "$_x11" != yes && die "X11 support required for GUI compilation"
|
||||
|
||||
echocheck "XShape extension"
|
||||
|
|
Loading…
Reference in New Issue