diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-25 10:38:37 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2006-03-25 10:38:37 +0000 |
commit | 3e56c5bb6bbddc59ddbbe8474325afd0f480f18c (patch) | |
tree | 6dad27154d954ca577c94146c50a379be1baf49c /loader/dmo | |
parent | eb4a1c08f74bc8066d9984dee6b858263f042d3f (diff) |
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
Diffstat (limited to 'loader/dmo')
-rw-r--r-- | loader/dmo/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
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) |