Mailing List archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[vdr] Re: error during replay
i also tried to find help in the list, and found:
>> The follwing patch will help in any case. Apply with -p0 to
>> imdct.c in the
>> liba52 directory:
>> --------------------------------------------------------------
>> -------------
>> --- imdct.c Sat Feb 16 10:58:52 2002
>> +++ imdct.c.quiet Thu Mar 28 09:37:34 2002
>> @@ -435,13 +435,11 @@
>>
>> #ifdef LIBA52_DJBFFT
>> if (mm_accel & MM_ACCEL_DJBFFT) {
>> - fprintf (stderr, "Using djbfft for IMDCT transform\n");
>> ifft128 = (void (*) (complex_t *)) fftc4_un128;
>> ifft64 = (void (*) (complex_t *)) fftc4_un64;
>> } else
>> #endif
>> {
>> - fprintf (stderr, "No accelerated IMDCT transform found\n");
>> ifft128 = ifft128_c;
>> ifft64 = ifft64_c;
>> }
>> --------------------------------------------------------------
>> -------------
>>
but as far as i can see the patch is also included into my version!
any other explanations/advice?
Mich@
hi list,
i just installed the vdr 1.0.3-aio. due the replay of a recorded movie,
(especially while pressing >> or || etc.) the system crashes with the
error
"No accelerated IMDCT transform found"
did anybody of u had the same problem and found a solution?
thx, Mich@
Home |
Main Index |
Thread Index