Search
j0ke.net Open Build Service
>
Projects
>
multimedia
:
SL11
>
mjpegtools19
> mjpegtools-includes.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File mjpegtools-includes.patch of Package mjpegtools19
# malloc.h is needed for memalign() *** utils/cpu_accel.c.old 2007-05-07 20:14:38.809860000 +0200 --- utils/cpu_accel.c 2007-05-07 20:15:42.493840000 +0200 *************** *** 30,35 **** --- 30,37 ---- #include "cpu_accel.h" #include "mjpeg_logging.h" + #include <malloc.h> + #ifdef HAVE_ALTIVEC extern int altivec_copy_v0(); #endif