[FFmpeg-cvslog] bfin: dsputil: Unconditionally compile hpel pixels code

Diego Biurrun git at videolan.org
Fri Mar 14 02:12:30 CET 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Wed Jan 22 07:47:26 2014 -0800| [a7cc4ac9d99bd586c8939f4312f8c9e56d5f5730] | committer: Diego Biurrun

bfin: dsputil: Unconditionally compile hpel pixels code

The functions it contains are used from unconditionally compiled code.

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

 libavcodec/bfin/Makefile |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/bfin/Makefile b/libavcodec/bfin/Makefile
index fc5f506..62881c4 100644
--- a/libavcodec/bfin/Makefile
+++ b/libavcodec/bfin/Makefile
@@ -1,9 +1,9 @@
 OBJS += bfin/dsputil_bfin.o                                             \
         bfin/fdct_bfin.o                                                \
+        bfin/hpel_pixels_bfin.o                                         \
         bfin/idct_bfin.o                                                \
         bfin/pixels_bfin.o                                              \
 
-OBJS-$(CONFIG_HPELDSP)                  += bfin/hpeldsp_bfin.o          \
-                                           bfin/hpel_pixels_bfin.o
+OBJS-$(CONFIG_HPELDSP)                  += bfin/hpeldsp_bfin.o
 OBJS-$(CONFIG_VP3DSP)                   += bfin/vp3_bfin.o              \
                                            bfin/vp3_idct_bfin.o



More information about the ffmpeg-cvslog mailing list