comparison Makefile @ 20509:fd92e89d0a4e

Make libmpdvdkit2 compilation slightly more consistent with the other modules.
author diego
date Mon, 30 Oct 2006 08:28:58 +0000
parents ef5f196c3a05
children 587c0edea3b2
comparison
equal deleted inserted replaced
20508:f74eb19ac068 20509:fd92e89d0a4e
247 ifeq ($(FAME),yes) 247 ifeq ($(FAME),yes)
248 COMMON_DEPS += libfame/libfame.a 248 COMMON_DEPS += libfame/libfame.a
249 endif 249 endif
250 ifeq ($(DVDKIT2),yes) 250 ifeq ($(DVDKIT2),yes)
251 COMMON_DEPS += libmpdvdkit2/libmpdvdkit.a 251 COMMON_DEPS += libmpdvdkit2/libmpdvdkit.a
252 COMMON_LIBS += libmpdvdkit2/libmpdvdkit.a
252 endif 253 endif
253 ifeq ($(CONFIG_ASS),yes) 254 ifeq ($(CONFIG_ASS),yes)
254 COMMON_DEPS += libass/libass.a 255 COMMON_DEPS += libass/libass.a
255 COMMON_LIBS += libass/libass.a 256 COMMON_LIBS += libass/libass.a
256 PARTS += libass 257 PARTS += libass