diff Makefile @ 2001:7523553ca85f libavcodec

arbitrary precision integer support + - * / % << >> log2 compare are supported and dont fear, no bloated lib, just 130 lines of c code
author michael
date Tue, 04 May 2004 02:51:18 +0000
parents 8a556283601d
children b6f2add2511e
line wrap: on
line diff
--- a/Makefile	Sun May 02 20:01:39 2004 +0000
+++ b/Makefile	Tue May 04 02:51:18 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 vp3dsp.o
+      flac.o vp3dsp.o integer.o
 
 ifeq ($(AMR_NB),yes)
 ifeq ($(AMR_NB_FIXED),yes)