Hi!

fabrice wrote:

> Also, I've been obliged to make a patch to fix compilation errors with 
> the actual svn content:
> Index: dvbcut-0.5.4/src/buffer.cpp
> ===================================================================
> --- dvbcut-0.5.4.orig/src/buffer.cpp    2008-10-10 05:24:49.000000000 +0000
> +++ dvbcut-0.5.4/src/buffer.cpp    2008-10-10 05:25:42.000000000 +0000
> @@ -499,7 +499,7 @@
>  int outbuffer::open(const char* filename)
>    {
>    close=true;
> -  return fd=::open(filename,O_WRONLY|O_CREAT|O_TRUNC|O_BINARY);
> +  return 
> fd=::open(filename,O_WRONLY|O_CREAT|O_TRUNC|O_BINARY,S_IRUSR|S_IWUSR);
>    }
>  
>  int outbuffer::putdata(const void *data, unsigned int len, bool autoresize)

Done. Welcome to r135.

There's no need to recompile dvbcut, though. The outbuffer::open
function isn't used, so this patch has no effect at all.

-- 
Michael "Tired" Riepe <[EMAIL PROTECTED]>
X-Tired: Each morning I get up I die a little

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
DVBCUT-devel mailing list
DVBCUT-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dvbcut-devel

Reply via email to