summaryrefslogtreecommitdiffstats
path: root/extra/lsdvd/stdint_usage.patch
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:48:11 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 20:48:11 +0200
commit88720bba815bd8361f062593998bbd60a3d19eec (patch)
treea6a22f9f740d607aff5dd0759d8d14e2e7864796 /extra/lsdvd/stdint_usage.patch
parent8efc76285356ce6e4d8659e6495f483c324fd556 (diff)
downloadnutyx-pakxe-88720bba815bd8361f062593998bbd60a3d19eec.tar.gz
nutyx-pakxe-88720bba815bd8361f062593998bbd60a3d19eec.tar.bz2
nutyx-pakxe-88720bba815bd8361f062593998bbd60a3d19eec.tar.xz
nutyx-pakxe-88720bba815bd8361f062593998bbd60a3d19eec.zip
Ajout de lsdvd#0.16-1
Diffstat (limited to 'extra/lsdvd/stdint_usage.patch')
-rw-r--r--extra/lsdvd/stdint_usage.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/extra/lsdvd/stdint_usage.patch b/extra/lsdvd/stdint_usage.patch
new file mode 100644
index 000000000..848f7e3d3
--- /dev/null
+++ b/extra/lsdvd/stdint_usage.patch
@@ -0,0 +1,22 @@
+--- lsdvd.c~ 2008-12-27 15:48:59.000000000 +0000
++++ lsdvd.c 2008-12-27 15:49:54.000000000 +0000
+@@ -13,6 +13,7 @@
+ * 2003-04-19 Cleanups get_title_name, added dvdtime2msec, added helper macros,
+ * output info structures in form of a Perl module, by Henk Vergonet.
+ */
++#include <stdint.h>
+ #include <dvdread/ifo_read.h>
+ #include <string.h>
+ #include <sys/stat.h>
+--- configure~ 2008-12-27 16:03:39.000000000 +0000
++++ configure 2008-12-27 16:04:25.000000000 +0000
+@@ -2887,8 +2887,8 @@
+ cat confdefs.h >>conftest.$ac_ext
+ cat >>conftest.$ac_ext <<_ACEOF
+ /* end confdefs.h. */
+-#include <dvdread/ifo_read.h>
+ #include <stdint.h>
++#include <dvdread/ifo_read.h>
+ int
+ main ()
+ {