summaryrefslogtreecommitdiff
path: root/package/mplayer/patches/patch-configure
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-05 15:34:35 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-05 15:34:35 +0200
commit3b76e79f14e279a6526809e630e45e4f760d77de (patch)
treebb479b57c7ad1362f05a0532a7133c0c5232dfeb /package/mplayer/patches/patch-configure
parent9bfe4f2061f377306619fa479bc0e7adafb22125 (diff)
parent1879491b2b6e799b20ac06d1b510726eb200944f (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/mplayer/patches/patch-configure')
-rw-r--r--package/mplayer/patches/patch-configure18
1 files changed, 9 insertions, 9 deletions
diff --git a/package/mplayer/patches/patch-configure b/package/mplayer/patches/patch-configure
index dcebb8645..aabaf8282 100644
--- a/package/mplayer/patches/patch-configure
+++ b/package/mplayer/patches/patch-configure
@@ -1,11 +1,11 @@
--- mplayer-1.0-29987.orig/configure 2009-12-10 13:18:20.000000000 +0100
-+++ mplayer-1.0-29987/configure 2010-03-06 12:52:36.000000000 +0100
-@@ -2266,7 +2266,7 @@ EOF
- _optimizing="$proc"
- ;;
++++ mplayer-1.0-29987/configure 2010-06-13 22:58:34.756925268 +0200
+@@ -4141,7 +4141,7 @@ dfb_version() {
-- mips)
-+ mips|mips64|mipsel|mips64el)
- _arch='SGI_MIPS'
- _target_arch='ARCH_SGI_MIPS = yes'
- iproc='sgi-mips'
+ if test "$_directfb" = yes; then
+ cat > $TMPC << EOF
+-#include <directfb_version.h>
++#include <directfb/directfb_version.h>
+ int
+ dfb_ver = DIRECTFB_MAJOR_VERSION.DIRECTFB_MINOR_VERSION.DIRECTFB_MICRO_VERSION
+ ;