From 3e56c5bb6bbddc59ddbbe8474325afd0f480f18c Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 25 Mar 2006 10:38:37 +0000 Subject: cosmetics: Shorten overly long lines, put SRCS/OBJS on individual lines to ease patching in the future. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17944 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/dmo/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'loader/dmo') diff --git a/loader/dmo/Makefile b/loader/dmo/Makefile index 70d861d89f..52a7f70efa 100644 --- a/loader/dmo/Makefile +++ b/loader/dmo/Makefile @@ -4,7 +4,12 @@ LIBNAME = libDMO_Filter.a 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) -- cgit v1.2.3