diff options
Diffstat (limited to 'extra/lsdvd/stdint_usage.patch')
-rw-r--r-- | extra/lsdvd/stdint_usage.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/extra/lsdvd/stdint_usage.patch b/extra/lsdvd/stdint_usage.patch deleted file mode 100644 index 67b9ee82d..000000000 --- a/extra/lsdvd/stdint_usage.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/lsdvd.c 2006-03-02 07:48:11.000000000 -0600 -+++ b/lsdvd.c 2007-09-27 19:15:28.000000000 -0500 -@@ -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> ---- a/configure 2005-12-12 14:22:45.000000000 -0600 -+++ b/configure 2007-09-27 19:15:13.000000000 -0500 -@@ -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 () - { |