Mercurial > mplayer.hg
comparison libmpcodecs/Makefile @ 5552:20b0864bc01e
10l
author | arpi |
---|---|
date | Thu, 11 Apr 2002 02:51:02 +0000 |
parents | 7d1dfb59c6c0 |
children | 2d0b4090497f |
comparison
equal
deleted
inserted
replaced
5551:73978162b6a1 | 5552:20b0864bc01e |
---|---|
15 | 15 |
16 ifeq ($(JPEG),yes) | 16 ifeq ($(JPEG),yes) |
17 VIDEO_SRCS += vd_ijpg.c | 17 VIDEO_SRCS += vd_ijpg.c |
18 endif | 18 endif |
19 | 19 |
20 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) $(ENCODER_SRCS) | 20 SRCS=$(AUDIO_SRCS) $(VIDEO_SRCS) $(VFILTER_SRCS) |
21 OBJS=$(SRCS:.c=.o) | 21 OBJS=$(SRCS:.c=.o) |
22 | 22 |
23 SRCS2=$(ENCODER_SRCS) | 23 SRCS2=$(ENCODER_SRCS) |
24 OBJS2=$(SRCS2:.c=.o) | 24 OBJS2=$(SRCS2:.c=.o) |
25 | 25 |