diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-22 08:35:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2011-12-22 10:32:41 +0000 |
commit | 07c790651791f365b19c4fcba91f5a261bda7c1d (patch) | |
tree | d85d6aea56ce26ad555d20e4d3ce53de43cee7d9 /main/mplayer/x11-libs.patch | |
parent | 93421c99e334b5b0b52948e01e786430e7b3b1d2 (diff) | |
download | aports-07c790651791f365b19c4fcba91f5a261bda7c1d.tar.bz2 aports-07c790651791f365b19c4fcba91f5a261bda7c1d.tar.xz |
main/mplayer: rebuild against x264-20111129
Diffstat (limited to 'main/mplayer/x11-libs.patch')
-rw-r--r-- | main/mplayer/x11-libs.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/main/mplayer/x11-libs.patch b/main/mplayer/x11-libs.patch new file mode 100644 index 0000000000..4e6f8b5c17 --- /dev/null +++ b/main/mplayer/x11-libs.patch @@ -0,0 +1,10 @@ +--- ./configure.orig ++++ ./configure +@@ -4394,6 +4394,7 @@ + if test "$_x11" = yes ; then + def_x11='#define CONFIG_X11 1' + vomodules="x11 xover $vomodules" ++ libs_mplayer="$libs_mplayer -lX11 -lXext" + else + _x11=no + def_x11='#undef CONFIG_X11' |