Projects
Multimedia
transcode
transcode.a52.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File transcode.a52.patch of Package transcode (Revision 19)
Currently displaying revision
19
,
Show latest
--- a/import/a52_decore.c +++ b/import/a52_decore.c @@ -37,7 +37,6 @@ #endif #include <a52dec/a52.h> -#include <a52dec/mm_accel.h> #include "magic.h" #define FRAME_SIZE 3840 @@ -91,20 +90,8 @@ int a52_decore(decode_t *decode) { sample_t *samples; int chans = -1; int16_t pcm_buf[256 * A52_BLOCKS]; - uint32_t accel = MM_ACCEL_DJBFFT; - -#ifdef HAVE_ASM_MMX - if (ac_cpuinfo() & AC_MMX) - accel |= MM_ACCEL_X86_MMX; -#endif - -#ifdef HAVE_ASM_3DNOW - if (ac_cpuinfo() & AC_3DNOW) - accel |= MM_ACCEL_X86_3DNOW; -#endif - - state = a52_init(accel); + state = a52_init(); n=0;
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.