diff options
author | Diego Biurrun <diego@biurrun.de> | 2014-01-22 08:54:21 -0800 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2014-03-13 08:15:53 -0700 |
commit | 929ec39ec4497827f7530f2aaa31646ef35462ee (patch) | |
tree | 050f1e35b5716c1041a373ea60430dc78302c069 /libavcodec/bfin/Makefile | |
parent | a7cc4ac9d99bd586c8939f4312f8c9e56d5f5730 (diff) | |
download | ffmpeg-929ec39ec4497827f7530f2aaa31646ef35462ee.tar.gz |
bfin: hpeldsp: Split no_rnd pixel operations off into a separate file
This saves some space in configurations that do not enable hpeldsp.
Diffstat (limited to 'libavcodec/bfin/Makefile')
-rw-r--r-- | libavcodec/bfin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/bfin/Makefile b/libavcodec/bfin/Makefile index 62881c4652..4fa940b6f8 100644 --- a/libavcodec/bfin/Makefile +++ b/libavcodec/bfin/Makefile @@ -1,6 +1,7 @@ OBJS += bfin/dsputil_bfin.o \ bfin/fdct_bfin.o \ bfin/hpel_pixels_bfin.o \ + bfin/hpel_pixels_no_rnd.o \ bfin/idct_bfin.o \ bfin/pixels_bfin.o \ |