summaryrefslogtreecommitdiffstats
path: root/lsdvd/stdint_usage.patch
diff options
context:
space:
mode:
authorpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
committerpiernov <piernov@piernov.org>2012-01-22 11:38:02 +0100
commit50e5ce5b17e69be13228e2393c5804b0a79acfab (patch)
tree9845fa9af128d7fdd791755bb2be320f3ba2be4e /lsdvd/stdint_usage.patch
parent9626427c1a1d9c292fc519810c13b9a8073e777f (diff)
parent8548e8d6882b55dfb509b18dedfb7db17630037d (diff)
downloadnutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.gz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.bz2
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.tar.xz
nutyx-extra-50e5ce5b17e69be13228e2393c5804b0a79acfab.zip
Merged with http://kiao.no-ip.info/NuTyX/git/nutyx-pakxe → Repository splitted → nutyx-extra
Diffstat (limited to 'lsdvd/stdint_usage.patch')
-rw-r--r--lsdvd/stdint_usage.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/lsdvd/stdint_usage.patch b/lsdvd/stdint_usage.patch
new file mode 100644
index 000000000..848f7e3d3
--- /dev/null
+++ b/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 ()
+ {