Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 40276 Details for
Bug 65170
transcode has to many bugs open
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
files/transcode-0.6.12-r2-gcc34.patch
transcode-0.6.12-r2-gcc34.patch (text/plain), 2.89 KB, created by
Bret Towe
on 2004-09-24 00:39:47 UTC
(
hide
)
Description:
files/transcode-0.6.12-r2-gcc34.patch
Filename:
MIME Type:
Creator:
Bret Towe
Created:
2004-09-24 00:39:47 UTC
Size:
2.89 KB
patch
obsolete
>diff -ur transcode-0.6.12.orig/ffmpeg/libavcodec/i386/dsputil_mmx.c transcode-0.6.12/ffmpeg/libavcodec/i386/dsputil_mmx.c >--- transcode-0.6.12.orig/ffmpeg/libavcodec/i386/dsputil_mmx.c 2003-12-30 10:02:10.000000000 +0000 >+++ transcode-0.6.12/ffmpeg/libavcodec/i386/dsputil_mmx.c 2004-05-21 19:47:12.808592624 +0000 >@@ -31,8 +31,8 @@ > static const uint64_t mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL; > static const uint64_t mm_wtwo __attribute__ ((aligned(8))) = 0x0002000200020002ULL; > >-static const uint64_t ff_pw_20 __attribute__ ((aligned(8))) = 0x0014001400140014ULL; >-static const uint64_t ff_pw_3 __attribute__ ((aligned(8))) = 0x0003000300030003ULL; >+static const uint64_t ff_pw_20 __attribute__ ((aligned(8), used)) = 0x0014001400140014ULL; >+static const uint64_t ff_pw_3 __attribute__ ((aligned(8), used)) = 0x0003000300030003ULL; > static const uint64_t ff_pw_16 __attribute__ ((aligned(8))) = 0x0010001000100010ULL; > static const uint64_t ff_pw_15 __attribute__ ((aligned(8))) = 0x000F000F000F000FULL; > >diff -ur transcode-0.6.12.orig/ffmpeg/libavcodec/i386/motion_est_mmx.c transcode-0.6.12/ffmpeg/libavcodec/i386/motion_est_mmx.c >--- transcode-0.6.12.orig/ffmpeg/libavcodec/i386/motion_est_mmx.c 2003-12-30 10:02:10.000000000 +0000 >+++ transcode-0.6.12/ffmpeg/libavcodec/i386/motion_est_mmx.c 2004-05-21 19:44:37.969131800 +0000 >@@ -26,7 +26,7 @@ > 0x0002000200020002ULL, > }; > >-static __attribute__ ((aligned(8), unused)) uint64_t bone= 0x0101010101010101LL; >+static __attribute__ ((aligned(8), used)) uint64_t bone= 0x0101010101010101LL; > > static inline void sad8_mmx(uint8_t *blk1, uint8_t *blk2, int stride, int h) > { >diff -ur transcode-0.6.12.orig/ffmpeg/libavcodec/i386/simple_idct_mmx.c transcode-0.6.12/ffmpeg/libavcodec/i386/simple_idct_mmx.c >--- transcode-0.6.12.orig/ffmpeg/libavcodec/i386/simple_idct_mmx.c 2003-12-20 11:49:12.000000000 +0000 >+++ transcode-0.6.12/ffmpeg/libavcodec/i386/simple_idct_mmx.c 2004-05-21 19:48:06.594415936 +0000 >@@ -45,8 +45,8 @@ > #define ROW_SHIFT 11 > #define COL_SHIFT 20 // 6 > >-static const uint64_t __attribute__((aligned(8))) wm1010= 0xFFFF0000FFFF0000ULL; >-static const uint64_t __attribute__((aligned(8))) d40000= 0x0000000000040000ULL; >+static const uint64_t __attribute__((aligned(8), used)) wm1010= 0xFFFF0000FFFF0000ULL; >+static const uint64_t __attribute__((aligned(8), used)) d40000= 0x0000000000040000ULL; > > static const int16_t __attribute__((aligned(8))) coeffs[]= { > 1<<(ROW_SHIFT-1), 0, 1<<(ROW_SHIFT-1), 0, >diff -ur transcode-0.6.12.orig/filter/subtitler/frame_list.c transcode-0.6.12/filter/subtitler/frame_list.c >--- transcode-0.6.12.orig/filter/subtitler/frame_list.c 2004-01-05 07:12:55.000000000 -0600 >+++ transcode-0.6.12/filter/subtitler/frame_list.c 2004-04-24 23:48:19.275043224 -0500 >@@ -33,7 +33,7 @@ > > char *strsave(char *s) /*save char array s somewhere*/ > { >-char *p, *malloc(); >+char *p; > if(p = malloc( strlen(s) + 1) ) strcpy(p, s); > return(p); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 65170
:
40274
|
40275
| 40276 |
40513