summaryrefslogtreecommitdiff
path: root/package/mplayer/patches/patch-configure
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2010-06-14 01:58:12 +0200
committerPhil Sutter <phil@nwl.cc>2010-06-20 16:24:34 +0200
commitd9d75253eb42ecfb68e8f379dde02102fda9d9f2 (patch)
treef43c25cb960ab19d1e04f3eb7ee24a2776a61277 /package/mplayer/patches/patch-configure
parent811342f7eb50ed9fa34ef2684a0a0e8650628fd8 (diff)
mplayer: add DirectFB video out flavour
Diffstat (limited to 'package/mplayer/patches/patch-configure')
-rw-r--r--package/mplayer/patches/patch-configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/mplayer/patches/patch-configure b/package/mplayer/patches/patch-configure
new file mode 100644
index 000000000..aabaf8282
--- /dev/null
+++ b/package/mplayer/patches/patch-configure
@@ -0,0 +1,11 @@
+--- mplayer-1.0-29987.orig/configure 2009-12-10 13:18:20.000000000 +0100
++++ mplayer-1.0-29987/configure 2010-06-13 22:58:34.756925268 +0200
+@@ -4141,7 +4141,7 @@ dfb_version() {
+
+ 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
+ ;