comparison libmpcodecs/Makefile @ 15958:087142ef3a2d

musepack demuxing and decoding support (demuxing is v7 bitstream only).
author reimar
date Sun, 10 Jul 2005 17:14:12 +0000
parents 1a0c715343d2
children a9f7eff9e437
comparison
equal deleted inserted replaced
15957:bb6729801e1c 15958:087142ef3a2d
185 185
186 ifeq ($(CONFIG_LIBAVCODEC),yes) 186 ifeq ($(CONFIG_LIBAVCODEC),yes)
187 ENCODER_SRCS += ae_lavc.c 187 ENCODER_SRCS += ae_lavc.c
188 endif 188 endif
189 189
190 ifeq ($(MUSEPACK),yes)
191 AUDIO_SRCS += ad_mpc.c
192 endif
193
190 ifeq ($(FAAC),yes) 194 ifeq ($(FAAC),yes)
191 ENCODER_SRCS += ae_faac.c 195 ENCODER_SRCS += ae_faac.c
192 endif 196 endif
193 197
194 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c 198 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(NATIVE_SRCS) img_format.c