Mercurial > mplayer.hg
comparison libmpcodecs/Makefile @ 21269:45cdeb103b6f
Remove unused include variable.
author | diego |
---|---|
date | Sun, 26 Nov 2006 21:30:17 +0000 |
parents | 92b122592776 |
children | 64d299933e17 |
comparison
equal
deleted
inserted
replaced
21268:3204ae054ea6 | 21269:45cdeb103b6f |
---|---|
254 VIDEO_SRCS += vd_ijpg.c | 254 VIDEO_SRCS += vd_ijpg.c |
255 endif | 255 endif |
256 | 256 |
257 ifeq ($(TOOLAME),yes) | 257 ifeq ($(TOOLAME),yes) |
258 ENCODER_SRCS += ae_toolame.c | 258 ENCODER_SRCS += ae_toolame.c |
259 EXTRA_INC += $(TOOLAME_EXTRAFLAGS) | |
260 endif | 259 endif |
261 | 260 |
262 ifeq ($(TWOLAME),yes) | 261 ifeq ($(TWOLAME),yes) |
263 ENCODER_SRCS += ae_twolame.c | 262 ENCODER_SRCS += ae_twolame.c |
264 endif | 263 endif |