summaryrefslogtreecommitdiff
path: root/package/mplayer/patches/patch-configure
diff options
context:
space:
mode:
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
+ ;