[SCM] libav/experimental: bfin: dsputil: Unconditionally compile hpel pixels code

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Aug 10 16:02:07 UTC 2014


The following commit has been merged in the experimental branch:
commit a7cc4ac9d99bd586c8939f4312f8c9e56d5f5730
Author: Diego Biurrun <diego at biurrun.de>
Date:   Wed Jan 22 07:47:26 2014 -0800

    bfin: dsputil: Unconditionally compile hpel pixels code
    
    The functions it contains are used from unconditionally compiled code.

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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list