Mercurial > mplayer.hg
diff loader/dmo/Makefile @ 17943:c127ce678083
cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines
to ease patching in the future.
author | diego |
---|---|
date | Sat, 25 Mar 2006 10:38:37 +0000 |
parents | ce1ba8fd57e7 |
children | 7a9a9748e045 |
line wrap: on
line diff
--- a/loader/dmo/Makefile Sat Mar 25 10:18:18 2006 +0000 +++ b/loader/dmo/Makefile Sat Mar 25 10:38:37 2006 +0000 @@ -4,7 +4,12 @@ include ../../config.mak # DS_AudioDec.c -SRCS = DMO_AudioDecoder.c DMO_VideoDecoder.c buffer.c dmo.c dmo_guids.c +SRCS = DMO_AudioDecoder.c \ + DMO_VideoDecoder.c \ + buffer.c \ + dmo.c \ + dmo_guids.c \ + OBJS = $(SRCS:.c=.o) INCLUDE = -I. -I../dshow -I.. $(EXTRA_INC)