public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/cinelerra/files: cinelerra-std_and_str_h.patch
@ 2013-04-11  9:10 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; only message in thread
From: Samuli Suominen (ssuominen) @ 2013-04-11  9:10 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/04/11 09:10:44

  Added:                cinelerra-std_and_str_h.patch
  Log:
  Include bunch of missing headers semi-related to libpng16 upgrade wrt #465478 by Martin von Gagern
  
  (Portage version: 2.2.0_alpha171/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.1                  media-video/cinelerra/files/cinelerra-std_and_str_h.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-std_and_str_h.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/cinelerra/files/cinelerra-std_and_str_h.patch?rev=1.1&content-type=text/plain

Index: cinelerra-std_and_str_h.patch
===================================================================
Include required headers for free(), memcpy(), strcpy(), bcopy(), and more
Thanks to Martin von Gagern for reporting and initial patch
See, http://bugs.gentoo.org/show_bug.cgi?id=465478

--- cinelerra/vdevicebuz.C
+++ cinelerra/vdevicebuz.C
@@ -49,6 +49,8 @@
 #include <sys/ioctl.h>
 #include <sys/mman.h>
 #include <unistd.h>
+#include <string.h>
+#include <strings.h>
 
 #define BASE_VIDIOCPRIVATE	192	
 
--- cinelerra/videodevice.C
+++ cinelerra/videodevice.C
@@ -53,6 +53,7 @@
 
 #include <unistd.h>
 #include <fcntl.h>
+#include <string.h>
 
 KeepaliveThread::KeepaliveThread(VideoDevice *device)
  : Thread()
--- libmpeg3/audio/ac3.c
+++ libmpeg3/audio/ac3.c
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <stdint.h>
 #include <stdio.h>
 
--- libmpeg3/audio/layer3.c
+++ libmpeg3/audio/layer3.c
@@ -4,6 +4,7 @@
 #include "tables.h"
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 struct gr_info_s 
--- mplexlo/mplex.c
+++ mplexlo/mplex.c
@@ -1,6 +1,6 @@
 #include <stdio.h>
 #include <stdlib.h>
-
+#include <string.h>
 
 #include "libmpeg3.h"
 #include "mpeg3protos.h"
--- quicktime/graphics.c
+++ quicktime/graphics.c
@@ -1,5 +1,6 @@
 #include "graphics.h"
 
+#include <stdlib.h>
 #include <string.h>
 
 /* Graphics acceleration routines */
--- quicktime/libmjpeg.c
+++ quicktime/libmjpeg.c
@@ -17,6 +17,7 @@
  
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include "colormodels.h"
 #include "libmjpeg.h"
 
--- quicktime/qtpng.c
+++ quicktime/qtpng.c
@@ -1,6 +1,7 @@
 #include "colormodels.h"
 #include "funcprotos.h"
 #include <png.h>
+#include <string.h>
 #include "quicktime.h"
 #include "qtpng.h"
 





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-04-11  9:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-11  9:10 [gentoo-commits] gentoo-x86 commit in media-video/cinelerra/files: cinelerra-std_and_str_h.patch Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox