[Vorbis] errors in valgrind

Nikos Chantziaras realnc at arcor.de
Thu Jun 11 09:56:26 PDT 2009


On 06/11/2009 06:39 PM, Aoyumi wrote:
> devel wrote:
>> I am having trouble trying to apply the patch:
>>
>> patch -p1<  psy.c.patch
>> can't find file to patch at input line 4
>> Perhaps you used the wrong -p or --strip option?
>> The text leading up to this was:
>> --------------------------
>> |diff -urN lib/psy.c lib/psy.c
>> |--- lib/psy.c
>> |+++ lib/psy.c
>> --------------------------
>> File to patch: lib/psy.
>
> I can apply a patch as follows in my environment.
> (There is the patch at the hierarchical same as an aoTuV directory,
>   and the hierarchical is current directory.)
>
> patch -d aotuv_b5.7<  fix377.patch

The "standard" way to create patches though is with:

   diff -Naur top_level_dir_old top_level_dir_new



More information about the Vorbis mailing list