Mercurial > mplayer.hg
comparison libvo/Makefile @ 17988:4f7892794a7f
added support for external VIDIX
author | nicodvb |
---|---|
date | Tue, 28 Mar 2006 22:44:16 +0000 |
parents | ce1ba8fd57e7 |
children | 1629108cd5b0 |
comparison
equal
deleted
inserted
replaced
17987:22b229954fa8 | 17988:4f7892794a7f |
---|---|
24 | 24 |
25 OBJS_TEMP=$(basename $(SRCS)) | 25 OBJS_TEMP=$(basename $(SRCS)) |
26 OBJS=$(OBJS_TEMP:%=%.o) | 26 OBJS=$(OBJS_TEMP:%=%.o) |
27 | 27 |
28 ifeq ($(VIDIX),yes) | 28 ifeq ($(VIDIX),yes) |
29 SRCS += vosub_vidix.c | |
30 endif | |
31 | |
32 ifeq ($(EXTERNAL_VIDIX),yes) | |
29 SRCS += vosub_vidix.c | 33 SRCS += vosub_vidix.c |
30 endif | 34 endif |
31 | 35 |
32 CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \ | 36 CFLAGS = $(OPTFLAGS) -I. -I.. -I../osdep \ |
33 $(LIBAV_INC) \ | 37 $(LIBAV_INC) \ |