diff Makefile @ 2542:a27a580f292e libavcodec

first pass at ALAC decoder from David Hammerton; while David's original decoder works great, this decoder is not completely and seamlessly integrated yet with FFmpeg
author melanson
date Sun, 06 Mar 2005 00:43:55 +0000
parents 29263fb4d80b
children 2b9fc44b8615
line wrap: on
line diff
--- a/Makefile	Sat Mar 05 11:44:25 2005 +0000
+++ b/Makefile	Sun Mar 06 00:43:55 2005 +0000
@@ -1,6 +1,6 @@
 #
 # libavcodec Makefile
-# (c) 2000-2003 Fabrice Bellard
+# (c) 2000-2005 Fabrice Bellard
 #
 include ../config.mak
 
@@ -22,7 +22,8 @@
       smc.o parser.o flicvideo.o truemotion1.o vmdav.o lcl.o qtrle.o g726.o \
       flac.o vp3dsp.o integer.o snow.o tscc.o sonic.o ulti.o h264idct.o \
       qdrw.o xl.o rangecoder.o png.o pnm.o qpeg.o vc9.o h263.o h261.o \
-      msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o shorten.o loco.o
+      msmpeg4.o h263dec.o svq1.o rv10.o wmadec.o indeo3.o shorten.o loco.o \
+      alac.o
 
 AMROBJS=
 ifeq ($(AMR_NB),yes)