x11-libs.patch 254 B

123456789101112
  1. --- ./configure.orig
  2. +++ ./configure
  3. @@ -4394,6 +4394,7 @@
  4. if test "$_x11" = yes ; then
  5. def_x11='#define CONFIG_X11 1'
  6. vomodules="x11 xover $vomodules"
  7. + libs_mplayer="$libs_mplayer -lX11 -lXext"
  8. else
  9. _x11=no
  10. def_x11='#undef CONFIG_X11'