Skip to content
Snippets Groups Projects
Commit 6802c701 authored by Ronald S. Bultje's avatar Ronald S. Bultje Committed by Michael Niedermayer
Browse files

Move sparc/vis half-pel assembly from dsputil to hpeldsp.

parent a0565a2b
No related branches found
No related tags found
No related merge requests found
...@@ -55,8 +55,8 @@ av_cold void ff_hpeldsp_init(HpelDSPContext* c, int flags) ...@@ -55,8 +55,8 @@ av_cold void ff_hpeldsp_init(HpelDSPContext* c, int flags)
if (ARCH_X86) ff_hpeldsp_init_x86 (c, flags); if (ARCH_X86) ff_hpeldsp_init_x86 (c, flags);
if (ARCH_ARM) ff_hpeldsp_init_arm (c, flags); if (ARCH_ARM) ff_hpeldsp_init_arm (c, flags);
#if 0
if (HAVE_VIS) ff_hpeldsp_init_vis (c, flags); if (HAVE_VIS) ff_hpeldsp_init_vis (c, flags);
#if 0
if (ARCH_ALPHA) ff_hpeldsp_init_alpha (c, flags); if (ARCH_ALPHA) ff_hpeldsp_init_alpha (c, flags);
#endif #endif
if (ARCH_PPC) ff_hpeldsp_init_ppc (c, flags); if (ARCH_PPC) ff_hpeldsp_init_ppc (c, flags);
......
VIS-OBJS += sparc/dsputil_vis.o \ VIS-OBJS += sparc/dsputil_vis.o \
sparc/simple_idct_vis.o \ sparc/simple_idct_vis.o \
VIS-OBJS-$(CONFIG_HPELDSP) += sparc/hpeldsp_vis.o
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment