diff Makefile @ 1866:1755f959ab7f libavcodec

seperated out the C-based VP3 DSP functions into a different file; also ported the MMX-optimized versions of those functions
author melanson
date Mon, 08 Mar 2004 02:13:45 +0000
parents 7366bb5c363f
children 1b0e22e6f4d1
line wrap: on
line diff
--- a/Makefile	Sat Mar 06 12:33:56 2004 +0000
+++ b/Makefile	Mon Mar 08 02:13:45 2004 +0000
@@ -20,7 +20,7 @@
       roqvideo.o dpcm.o interplayvideo.o xan.o rpza.o cinepak.o msrle.o \
       msvideo1.o vqavideo.o idcinvideo.o adx.o rational.o faandct.o 8bps.o \
       smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o g726.o \
-      flac.o
+      flac.o vp3dsp.o
 
 ifeq ($(AMR_NB),yes)
 ifeq ($(AMR_NB_FIXED),yes)
@@ -116,7 +116,7 @@
 OBJS += i386/fdct_mmx.o i386/cputest.o \
 	i386/dsputil_mmx.o i386/mpegvideo_mmx.o \
 	i386/idct_mmx.o i386/motion_est_mmx.o \
-	i386/simple_idct_mmx.o i386/fft_sse.o
+	i386/simple_idct_mmx.o i386/fft_sse.o i386/vp3dsp_mmx.o
 ifdef TARGET_BUILTIN_VECTOR
 i386/fft_sse.o: CFLAGS+= -msse
 endif