[FFmpeg-cvslog] arm: Include hpeldsp_neon.o if h264qpel is enabled

Martin Storsjö git at videolan.org
Thu May 30 11:22:04 CEST 2013


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Wed May 29 21:41:37 2013 +0300| [86113667c0fc6cded65b94fb57262da09c06594b] | committer: Martin Storsjö

arm: Include hpeldsp_neon.o if h264qpel is enabled

A few of the h264qpel neon functions are shared with other
hpeldsp functions in this file.

This fixes standalone compilation of the h264 decoder on arm.

Signed-off-by: Martin Storsjö <martin at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86113667c0fc6cded65b94fb57262da09c06594b
---

 libavcodec/arm/Makefile |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile
index 2cb7449..875c3cc 100644
--- a/libavcodec/arm/Makefile
+++ b/libavcodec/arm/Makefile
@@ -71,7 +71,8 @@ NEON-OBJS-$(CONFIG_H264CHROMA)         += arm/h264cmc_neon.o
 NEON-OBJS-$(CONFIG_H264DSP)            += arm/h264dsp_neon.o            \
                                           arm/h264idct_neon.o
 NEON-OBJS-$(CONFIG_H264PRED)           += arm/h264pred_neon.o
-NEON-OBJS-$(CONFIG_H264QPEL)           += arm/h264qpel_neon.o
+NEON-OBJS-$(CONFIG_H264QPEL)           += arm/h264qpel_neon.o           \
+                                          arm/hpeldsp_neon.o
 NEON-OBJS-$(CONFIG_HPELDSP)            += arm/hpeldsp_init_neon.o       \
                                           arm/hpeldsp_neon.o
 NEON-OBJS-$(CONFIG_MDCT)               += arm/mdct_neon.o               \



More information about the ffmpeg-cvslog mailing list