summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorRomain Dolbeau <dolbeau@irisa.fr>2004-09-16 19:05:22 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-09-16 19:05:22 +0000
commita6a12a8a5c5003b213f3a7b32730ab99e4a0d28d (patch)
tree524be9cf37d95ea215e010e8e685bd15519b4da6 /libavcodec/Makefile
parent1140139fe288386c38f71a89c7c753583fc4e7ff (diff)
h264 qpel mc, size 16 patch by (Romain Dolbeau <dolbeau at caps-entreprise dot com>)
Originally committed as revision 3472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 2bb8eedd8f..80cc01ab03 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -167,7 +167,8 @@ endif
ifeq ($(TARGET_ALTIVEC),yes)
OBJS += ppc/dsputil_altivec.o ppc/mpegvideo_altivec.o ppc/idct_altivec.o \
- ppc/fft_altivec.o ppc/gmc_altivec.o ppc/fdct_altivec.o
+ ppc/fft_altivec.o ppc/gmc_altivec.o ppc/fdct_altivec.o \
+ ppc/dsputil_h264_altivec.o
endif
ifeq ($(TARGET_ARCH_SH4),yes)