Mercurial > mplayer.hg
comparison Makefile @ 18895:79efd1a9347d
Add back the path part in 'libvo/font_load_ft.c' that was accidentally
dropped when moving it in r18892.
author | uau |
---|---|
date | Tue, 04 Jul 2006 09:37:54 +0000 |
parents | 24f323d637eb |
children | 9e95ac641e77 |
comparison
equal
deleted
inserted
replaced
18894:3ff839da886b | 18895:79efd1a9347d |
---|---|
59 ifeq ($(UNRARLIB),yes) | 59 ifeq ($(UNRARLIB),yes) |
60 SRCS_COMMON += unrarlib.c | 60 SRCS_COMMON += unrarlib.c |
61 endif | 61 endif |
62 | 62 |
63 ifeq ($(FREETYPE),yes) | 63 ifeq ($(FREETYPE),yes) |
64 SRCS_MENCODER += font_load_ft.c | 64 SRCS_MENCODER += libvo/font_load_ft.c |
65 endif | 65 endif |
66 | 66 |
67 OBJS_MENCODER = $(SRCS_MENCODER:.c=.o) | 67 OBJS_MENCODER = $(SRCS_MENCODER:.c=.o) |
68 OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) | 68 OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o) |
69 | 69 |