Projects
Multimedia
transcode
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
Expand all
Collapse all
Changes of Revision 19
View file
transcode.spec
Changed
@@ -58,6 +58,7 @@ # Fix 64 bit portability issue in export_ffmpeg.c Patch1: transcode-fix-64bit-portability.patch Patch2: transcode.ImageMagick-API.patch +Patch3: transcode.a52.patch # http://article.gmane.org/gmane.comp.video.transcode.user/18434 # http://article.gmane.org/gmane.comp.video.transcode.user/18381 # http://article.gmane.org/gmane.comp.video.transcode.user/18446 @@ -173,6 +174,7 @@ # %patch1 %patch2 -p1 +%patch3 -p1 #%%autoreconf %build
View file
transcode.a52.patch
Added
@@ -0,0 +1,32 @@ +--- 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
.