diff options
Diffstat (limited to 'multimedia/gstreamer-player/files/patch-mozilla::plugin.c')
-rw-r--r-- | multimedia/gstreamer-player/files/patch-mozilla::plugin.c | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/multimedia/gstreamer-player/files/patch-mozilla::plugin.c b/multimedia/gstreamer-player/files/patch-mozilla::plugin.c index d64bf2dc85f4..7e73fa8a4152 100644 --- a/multimedia/gstreamer-player/files/patch-mozilla::plugin.c +++ b/multimedia/gstreamer-player/files/patch-mozilla::plugin.c @@ -1,14 +1,19 @@ --- mozilla/plugin.c.orig Sat Jul 12 05:27:40 2003 -+++ mozilla/plugin.c Thu Nov 6 19:43:19 2003 -@@ -19,6 +19,7 @@ ++++ mozilla/plugin.c Sat Nov 8 14:10:11 2003 +@@ -18,7 +18,12 @@ + */ #include <stdio.h> ++#ifdef HAVE_STDINT_H #include <stdint.h> ++#else ++#include <inttypes.h> ++#endif +#include <signal.h> #include <unistd.h> #include <fcntl.h> #include <sys/wait.h> -@@ -76,7 +77,7 @@ +@@ -76,7 +81,7 @@ dup2(fds[2],0); //dup2(fds[1],1); @@ -17,7 +22,7 @@ argv[argc++] = "--xid"; argv[argc++] = xid_str; if(plugin->width){ -@@ -92,8 +93,8 @@ +@@ -92,8 +97,8 @@ argv[argc++] = "fd://0"; argv[argc] = NULL; |