This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
bfin: dsputil: Unconditionally compile hpel pixels code
The functions it contains are used from unconditionally compiled code.
tags/n2.3
Diego Biurrun
11 years ago
parent
13ae97b210
commit
a7cc4ac9d9
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/bfin/Makefile
+ 2
- 2
libavcodec/bfin/Makefile
View File
@@ -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
Write
Preview
Loading…
Cancel
Save