Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[vdr] Re: "No accelerated IMDCT transform found"



Sorry, that does not help.
You would simply replace the message:

"No accelerated IMDCT transform found"

with the following one:

"Using djbfft for IMDCT transform"

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;
     }
---------------------------------------------------------------------------

CU,
Christian.

> -----Original Message-----
> From: guy roussin [mailto:guy.roussin@teledetection.fr]
> Sent: Thursday, March 28, 2002 9:26 AM
> To: vdr@linuxtv.org
> Subject: [vdr] Re: "No accelerated IMDCT transform found"
> 
> 
> Hi,
> 
> The message "No accelerated IMDCT transform found"
> is not related to a mp3 error, this is a liba52 
> message.
> I think you have to download djbfft from http://cr.yp.to/djbfft.html
> and install it.
> Then, reconfigure a52dec.0.73 with --enable-djbfft
> make;make install and recompile vdr
> 
> Guy
> 
> Tobias Kerner wrote:
> > 
> > Hello,
> > 
> > I wanted to play some mp3s Judas Priest album painkiller. 
> when I try to
> > play them with vdr, vdr exits with the following message:
> > 
> > No accelerated IMDCT transform found
> > Speicherzugriffsfehler
> > 
> > can anyone tell me, why it doesn't play this mp3s? It works 
> fine with
> > all my other mp3s.
> > I upload a small mp3 on www.michaelgooch.net/~deceptor/jpbh.mp3
> > 
> > thanks,
> > tobi
> 
> 



Home | Main Index | Thread Index