diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-10 16:51:25 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-13 04:09:43 +0100 |
commit | 6802c701063ef5cc85a09f9282a72c1cc578f54c (patch) | |
tree | 10799c7321b747e5579bdd96a2ed734543d0eb20 /libavcodec/sparc/Makefile | |
parent | a0565a2b656f51a942c0113b7591e7f2d255a173 (diff) | |
download | ffmpeg-6802c701063ef5cc85a09f9282a72c1cc578f54c.tar.gz |
Move sparc/vis half-pel assembly from dsputil to hpeldsp.
Diffstat (limited to 'libavcodec/sparc/Makefile')
-rw-r--r-- | libavcodec/sparc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/sparc/Makefile b/libavcodec/sparc/Makefile index 1b6ac81ca0..aeb0f47537 100644 --- a/libavcodec/sparc/Makefile +++ b/libavcodec/sparc/Makefile @@ -1,2 +1,4 @@ VIS-OBJS += sparc/dsputil_vis.o \ sparc/simple_idct_vis.o \ + +VIS-OBJS-$(CONFIG_HPELDSP) += sparc/hpeldsp_vis.o |