diff options
author | Mans Rullgard <mans@mansr.com> | 2011-12-06 12:44:05 +0000 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-12-06 13:48:24 +0000 |
commit | f054a82727728e813861851648e109cd24574178 (patch) | |
tree | f9341e9b71d9fa3563aaa1cda483ff1e6d37d4a4 /libavcodec/arm/Makefile | |
parent | 42d32cf53cd0aa0da7cf7a89c8b46adaf761936c (diff) | |
download | ffmpeg-f054a82727728e813861851648e109cd24574178.tar.gz |
ARM: move NEON H264 chroma mc to a separate file
This allows sharing code with the rv40 version of these functions.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r-- | libavcodec/arm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile index 9199faea3b..c125a59078 100644 --- a/libavcodec/arm/Makefile +++ b/libavcodec/arm/Makefile @@ -54,6 +54,7 @@ NEON-OBJS-$(CONFIG_RDFT) += arm/rdft_neon.o \ NEON-OBJS-$(CONFIG_H264DSP) += arm/h264dsp_neon.o \ arm/h264idct_neon.o \ + arm/h264cmc_neon.o \ NEON-OBJS-$(CONFIG_H264PRED) += arm/h264pred_neon.o \ |