Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-03 02:55:57 +0400
committerDiego Biurrun <diego@biurrun.de>2012-03-26 15:00:10 +0400
commitad0e31f1346bacdb04341a07375ff597dea8b2e2 (patch)
tree567c088a580924ddcee8923a7294e1eb7681a4db /libswscale
parent80391552c9a308222dd3c75ec4174f962b1bf627 (diff)
build: prettyprinting cosmetics
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/Makefile10
1 files changed, 8 insertions, 2 deletions
diff --git a/libswscale/Makefile b/libswscale/Makefile
index 36c2beffa1..04019307fd 100644
--- a/libswscale/Makefile
+++ b/libswscale/Makefile
@@ -3,8 +3,14 @@ FFLIBS = avutil
HEADERS = swscale.h
-OBJS = input.o options.o output.o rgb2rgb.o swscale.o \
- swscale_unscaled.o utils.o yuv2rgb.o
+OBJS = input.o \
+ options.o \
+ output.o \
+ rgb2rgb.o \
+ swscale.o \
+ swscale_unscaled.o \
+ utils.o \
+ yuv2rgb.o \
OBJS-$(ARCH_BFIN) += bfin/internal_bfin.o \
bfin/swscale_bfin.o \