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

(-)libswscale/Makefile- (-1 / +1 lines)
Lines 9-15 Link Here
9
OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
9
OBJS-$(CONFIG_GPL)         +=  yuv2rgb.o
10
OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.c
10
OBJS-$(CONFIG_MLIB)        +=  yuv2rgb_mlib.c
11
OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
11
OBJS-$(HAVE_ALTIVEC)       +=  yuv2rgb_altivec.o
12
OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.c
12
OBJS-$(HAVE_VIS)           +=  yuv2rgb_vis.o
13
13
14
ASM_OBJS-$(ARCH_BFIN)      +=  internal_bfin.o
14
ASM_OBJS-$(ARCH_BFIN)      +=  internal_bfin.o
15
15
(-)libswscale/yuv2rgb_vis.c- (+1 lines)
Lines 23-28 Link Here
23
#include <stdlib.h>
23
#include <stdlib.h>
24
24
25
#include "swscale.h"
25
#include "swscale.h"
26
#include "swscale_internal.h"
26
27
27
#define YUV2RGB_INIT \
28
#define YUV2RGB_INIT \
28
    "wr %%g0, 0x10, %%gsr \n\t" \
29
    "wr %%g0, 0x10, %%gsr \n\t" \

Return to bug 215006