diff options
author | 2017-01-22 19:45:54 +0100 | |
---|---|---|
committer | 2017-01-22 19:46:12 +0100 | |
commit | def477905401cd13c87fab2c2f3706c8be9bb4e7 (patch) | |
tree | 428150d2205daba618f131ffcdaab7f54b953788 /media-video/cinelerra/files | |
parent | media-video/cinelerra: remove old (diff) | |
download | gentoo-def477905401cd13c87fab2c2f3706c8be9bb4e7.tar.gz gentoo-def477905401cd13c87fab2c2f3706c8be9bb4e7.tar.bz2 gentoo-def477905401cd13c87fab2c2f3706c8be9bb4e7.zip |
media-video/cinelerra: Bump to CinCV 2.3 (need to change versionning when this gets stable)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'media-video/cinelerra/files')
-rw-r--r-- | media-video/cinelerra/files/cinelerra-implicit_decls.patch | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/media-video/cinelerra/files/cinelerra-implicit_decls.patch b/media-video/cinelerra/files/cinelerra-implicit_decls.patch new file mode 100644 index 000000000000..c806715e8c44 --- /dev/null +++ b/media-video/cinelerra/files/cinelerra-implicit_decls.patch @@ -0,0 +1,36 @@ +Index: CinelerraCV-2.3/quicktime/graphics.c +=================================================================== +--- CinelerraCV-2.3.orig/quicktime/graphics.c ++++ CinelerraCV-2.3/quicktime/graphics.c +@@ -1,5 +1,6 @@ + #include "graphics.h" + ++#include <stdlib.h> + #include <string.h> + + /* Graphics acceleration routines */ +Index: CinelerraCV-2.3/quicktime/libmjpeg.c +=================================================================== +--- CinelerraCV-2.3.orig/quicktime/libmjpeg.c ++++ CinelerraCV-2.3/quicktime/libmjpeg.c +@@ -17,6 +17,8 @@ + + #include <stdio.h> + #include <stdlib.h> ++#include <string.h> ++#include <strings.h> + #include "colormodels.h" + #include "libmjpeg.h" + +Index: CinelerraCV-2.3/quicktime/qtpng.c +=================================================================== +--- CinelerraCV-2.3.orig/quicktime/qtpng.c ++++ CinelerraCV-2.3/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" + |