Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 650458
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +6 lines)
Line  Link Here
0
-- MPlayer-1.3.0/configure
0
++ MPlayer-1.3.0/configure
Lines 9262-9268 Link Here
9262
#define HAVE_GETHRTIME 0
9262
#define HAVE_GETHRTIME 0
9263
#define HAVE_INLINE_ASM 1
9263
#define HAVE_INLINE_ASM 1
9264
#define HAVE_INLINE_ASM_NONLOCAL_LABELS 1
9264
#define HAVE_INLINE_ASM_NONLOCAL_LABELS 1
9265
#define HAVE_INLINE_ASM_DIRECT_SYMBOL_REFS 1
9265
#define HAVE_INLINE_ASM_DIRECT_SYMBOL_REFS 0
9266
#define HAVE_INTRINSICS_NEON 0
9266
#define HAVE_INTRINSICS_NEON 0
9267
#define HAVE_ISATTY 0
9267
#define HAVE_ISATTY 0
9268
#define HAVE_LDBRX 0
9268
#define HAVE_LDBRX 0
9269
-- MPlayer-1.3.0/libmpcodecs/vf_ass.c
9269
++ MPlayer-1.3.0/libmpcodecs/vf_ass.c
Lines 311-316 static void render_frame_yuv422_sse4(vf_ Link Here
311
                [j]     "r" (xmin),
311
                [j]     "r" (xmin),
312
                [xmax]  "g" (xmax),
312
                [xmax]  "g" (xmax),
313
                [f]     "g" (is_uyvy)
313
                [f]     "g" (is_uyvy)
314
                NAMED_CONSTRAINTS_ARRAY_ADD(sse_int32_map_factor,sse_int32_80h)
314
            : REG_S
315
            : REG_S
315
        );
316
        );
316
    }
317
    }
Lines 513-518 static void render_frame_yuv420p_sse4(vf Link Here
513
                [alpha] "r" (alpha + i * outw),
514
                [alpha] "r" (alpha + i * outw),
514
                [src]   "S" (src_y + i * outw),
515
                [src]   "S" (src_y + i * outw),
515
                [dst]   "D" (dst_y + i * stride)
516
                [dst]   "D" (dst_y + i * stride)
517
                NAMED_CONSTRAINTS_ARRAY_ADD(sse_int32_map_factor,sse_int32_80h)
516
        );
518
        );
517
    }
519
    }
518
520
Lines 551-556 static void render_frame_yuv420p_sse4(vf Link Here
551
                [src_v] "g" (src_v + i * outw),
553
                [src_v] "g" (src_v + i * outw),
552
                [dst_u] "g" (dst_u + i * stride),
554
                [dst_u] "g" (dst_u + i * stride),
553
                [dst_v] "g" (dst_v + i * stride)
555
                [dst_v] "g" (dst_v + i * stride)
556
                NAMED_CONSTRAINTS_ARRAY_ADD(sse_int32_map_factor,sse_int32_80h)
554
            :   REG_S, REG_D
557
            :   REG_S, REG_D
555
        );
558
        );
556
    }
559
    }

Return to bug 650458