Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
libgpod
> libgpod-0.4.2-lower_ithumb_max_size.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libgpod-0.4.2-lower_ithumb_max_size.patch of Package libgpod
--- src/ithumb-writer.c.orig 2007-12-01 02:04:27.000000000 +0100 +++ src/ithumb-writer.c 2007-12-01 02:04:51.000000000 +0100 @@ -46,7 +46,7 @@ #include <fcntl.h> -#define ITHUMB_MAX_SIZE (500L*1000L*1000L) +#define ITHUMB_MAX_SIZE (256L*1000L*1000L) /* for testing: */ /*#define ITHUMB_MAX_SIZE (1L*1000L*1000L)*/