X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Flibzmpeg3%2Faudio%2Fac3.C;h=8b164db931ca20f3771eb52d93890641d5f36db9;hb=63ced327c156ea7fe4448a18b0b1b0f2571dce7e;hp=2310a19fb62c409fdab4e451f0bef2ae686e5044;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/libzmpeg3/audio/ac3.C b/cinelerra-5.1/libzmpeg3/audio/ac3.C index 2310a19f..8b164db9 100644 --- a/cinelerra-5.1/libzmpeg3/audio/ac3.C +++ b/cinelerra-5.1/libzmpeg3/audio/ac3.C @@ -1,10 +1,14 @@ #include "../libzmpeg3.h" +#ifndef MM_ACCEL_DJBFFT +#define MM_ACCEL_DJBFFT 0x00000001 +#endif + zaudio_decoder_ac3_t:: audio_decoder_ac3_t() { stream = new bits_t(0, 0); - state = a52_init(0); + state = a52_init(MM_ACCEL_DJBFFT); output = a52_samples(state); }