comparison libmpcodecs/Makefile @ 17387:3fccbde62324

Consistent variable names for shared libavcodec.
author diego
date Sat, 14 Jan 2006 16:26:42 +0000
parents 9a6b48d19e12
children 2e20dd653147
comparison
equal deleted inserted replaced
17386:54519db088ee 17387:3fccbde62324
197 ifeq ($(CONFIG_LIBAVCODEC),yes) 197 ifeq ($(CONFIG_LIBAVCODEC),yes)
198 LIBAV_INC += -I../libavcodec 198 LIBAV_INC += -I../libavcodec
199 ENCODER_SRCS += ae_lavc.c 199 ENCODER_SRCS += ae_lavc.c
200 endif 200 endif
201 201
202 ifeq ($(CONFIG_LIBAVCODECSO),yes) 202 ifeq ($(CONFIG_LIBAVCODEC_SO),yes)
203 ENCODER_SRCS += ae_lavc.c 203 ENCODER_SRCS += ae_lavc.c
204 endif 204 endif
205 205
206 ifeq ($(MUSEPACK),yes) 206 ifeq ($(MUSEPACK),yes)
207 AUDIO_SRCS += ad_mpc.c 207 AUDIO_SRCS += ad_mpc.c