comparison libmpcodecs/Makefile @ 16251:ae5caba38b89

Fix MEncoder build with shared libavcodec. patch by Panagiotis Issaris <takis - at - lumumba - dot - uhasselt - dot - be>
author diego
date Wed, 17 Aug 2005 23:08:18 +0000
parents a9f7eff9e437
children b2379996cb88
comparison
equal deleted inserted replaced
16250:7df45743ee06 16251:ae5caba38b89
190 ifeq ($(CONFIG_LIBAVCODEC),yes) 190 ifeq ($(CONFIG_LIBAVCODEC),yes)
191 LIBAV_INC += -I../libavcodec 191 LIBAV_INC += -I../libavcodec
192 ENCODER_SRCS += ae_lavc.c 192 ENCODER_SRCS += ae_lavc.c
193 endif 193 endif
194 194
195 ifeq ($(CONFIG_LIBAVCODECSO),yes)
196 ENCODER_SRCS += ae_lavc.c
197 endif
198
195 ifeq ($(MUSEPACK),yes) 199 ifeq ($(MUSEPACK),yes)
196 AUDIO_SRCS += ad_mpc.c 200 AUDIO_SRCS += ad_mpc.c
197 endif 201 endif
198 202
199 ifeq ($(FAAC),yes) 203 ifeq ($(FAAC),yes)