Mercurial > libavcodec.hg
comparison Makefile @ 2123:ef54decf5624 libavcodec
libdts support by (Benjamin Zores <ben at geexbox dot org>)
author | michael |
---|---|
date | Wed, 14 Jul 2004 01:32:14 +0000 |
parents | 51f678a23325 |
children | 060053df9538 |
comparison
equal
deleted
inserted
replaced
2122:503496800167 | 2123:ef54decf5624 |
---|---|
71 OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \ | 71 OBJS+= liba52/bit_allocate.o liba52/bitstream.o liba52/downmix.o \ |
72 liba52/imdct.o liba52/parse.o liba52/crc.o liba52/resample.o | 72 liba52/imdct.o liba52/parse.o liba52/crc.o liba52/resample.o |
73 endif | 73 endif |
74 endif | 74 endif |
75 | 75 |
76 # currently using libdts for dts decoding | |
77 ifeq ($(CONFIG_DTS),yes) | |
78 OBJS+= dtsdec.o | |
79 endif | |
80 | |
76 ifeq ($(CONFIG_FAAD),yes) | 81 ifeq ($(CONFIG_FAAD),yes) |
77 OBJS+= faad.o | 82 OBJS+= faad.o |
78 ifeq ($(CONFIG_FAADBIN),yes) | 83 ifeq ($(CONFIG_FAADBIN),yes) |
79 # no libs needed | 84 # no libs needed |
80 else | 85 else |