diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-07 11:00:46 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-13 05:50:28 -0700 |
commit | b4dd424d96f09f9bafb88e47f37df65dc4529143 (patch) | |
tree | 35ed851c0180f7d2c1ba6a858f7729b4efa3ddb4 /libavcodec/hpeldsp.h | |
parent | d6096a67422534918405abb46dafbbac4608cbc3 (diff) | |
download | ffmpeg-b4dd424d96f09f9bafb88e47f37df65dc4529143.tar.gz |
Remove all SPARC architecture optimizations
SPARC is no longer being used in any multimedia-related fields and the
VIS optimizations only represent a maintenance burden.
Diffstat (limited to 'libavcodec/hpeldsp.h')
-rw-r--r-- | libavcodec/hpeldsp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hpeldsp.h b/libavcodec/hpeldsp.h index a109fe80a1..b7c2f6ebc0 100644 --- a/libavcodec/hpeldsp.h +++ b/libavcodec/hpeldsp.h @@ -98,7 +98,6 @@ void ff_hpeldsp_init_aarch64(HpelDSPContext *c, int flags); void ff_hpeldsp_init_arm(HpelDSPContext *c, int flags); void ff_hpeldsp_init_bfin(HpelDSPContext *c, int flags); void ff_hpeldsp_init_ppc(HpelDSPContext *c, int flags); -void ff_hpeldsp_init_vis(HpelDSPContext *c, int flags); void ff_hpeldsp_init_x86(HpelDSPContext *c, int flags); #endif /* AVCODEC_HPELDSP_H */ |