summaryrefslogtreecommitdiffstats
path: root/extra/mplayer/mplayer-1.0rc2_include-path-fix-dvd-common.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:30:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 21:30:24 +0200
commitee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca (patch)
treed0b757f572a0e5654030cbd4645c64826285ad30 /extra/mplayer/mplayer-1.0rc2_include-path-fix-dvd-common.patch
parenta36d711d21e366e481d51e867a75b69b6820652a (diff)
downloadnutyx-pakxe-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.gz
nutyx-pakxe-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.bz2
nutyx-pakxe-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.tar.xz
nutyx-pakxe-ee64be9f9bd9fd9a7ddbf9d75bb7642cd1b1ccca.zip
Ajout de mplayer#20090801-1
Diffstat (limited to 'extra/mplayer/mplayer-1.0rc2_include-path-fix-dvd-common.patch')
-rw-r--r--extra/mplayer/mplayer-1.0rc2_include-path-fix-dvd-common.patch9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/mplayer/mplayer-1.0rc2_include-path-fix-dvd-common.patch b/extra/mplayer/mplayer-1.0rc2_include-path-fix-dvd-common.patch
new file mode 100644
index 000000000..5104fb27a
--- /dev/null
+++ b/extra/mplayer/mplayer-1.0rc2_include-path-fix-dvd-common.patch
@@ -0,0 +1,9 @@
+diff -rNaud mplayer-1.0rc2-orig/stream/stream_dvd_common.h mplayer-1.0rc2/stream/stream_dvd_common.h
+--- mplayer-1.0rc2-orig/stream/stream_dvd_common.h 2007-10-07 21:49:26.000000000 +0200
++++ mplayer-1.0rc2/stream/stream_dvd_common.h 2008-05-06 22:59:25.000000000 +0200
+@@ -7,2 +7,3 @@
+ #else
+-#include <libdvdread/ifo_types.h>
++// Adapted to the real include path (<tnuttens@hispeed.ch>)
++#include <dvdread/ifo_types.h>
+ \ No newline at end of file