diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-07 12:59:44 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-13 05:50:28 -0700 |
commit | 49676eb7301e775d08bdbba5380159b106ee258f (patch) | |
tree | f88013320fb85035b3d93ea2b392fdf8ba87b245 /libavcodec/arm | |
parent | 08dba0e1c3df3b71270ebce4527bffa155b91b97 (diff) | |
download | ffmpeg-49676eb7301e775d08bdbba5380159b106ee258f.tar.gz |
dsputil: Remove prototypes for nonexisting optimization functions
Diffstat (limited to 'libavcodec/arm')
-rw-r--r-- | libavcodec/arm/dsputil_arm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/arm/dsputil_arm.h b/libavcodec/arm/dsputil_arm.h index cd074df640..4ac8019202 100644 --- a/libavcodec/arm/dsputil_arm.h +++ b/libavcodec/arm/dsputil_arm.h @@ -26,7 +26,6 @@ void ff_dsputil_init_armv5te(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_armv6(DSPContext* c, AVCodecContext *avctx); -void ff_dsputil_init_vfp(DSPContext* c, AVCodecContext *avctx); void ff_dsputil_init_neon(DSPContext *c, AVCodecContext *avctx); #endif /* AVCODEC_ARM_DSPUTIL_ARM_H */ |