diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-02-02 23:55:57 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-03-26 13:00:10 +0200 |
commit | ad0e31f1346bacdb04341a07375ff597dea8b2e2 (patch) | |
tree | 567c088a580924ddcee8923a7294e1eb7681a4db /libavcodec/alpha | |
parent | 80391552c9a308222dd3c75ec4174f962b1bf627 (diff) | |
download | ffmpeg-ad0e31f1346bacdb04341a07375ff597dea8b2e2.tar.gz |
build: prettyprinting cosmetics
Diffstat (limited to 'libavcodec/alpha')
-rw-r--r-- | libavcodec/alpha/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libavcodec/alpha/Makefile b/libavcodec/alpha/Makefile index 2779a2316a..e55fe49b7b 100644 --- a/libavcodec/alpha/Makefile +++ b/libavcodec/alpha/Makefile @@ -1,6 +1,6 @@ -OBJS += alpha/dsputil_alpha.o \ - alpha/dsputil_alpha_asm.o \ - alpha/motion_est_alpha.o \ - alpha/motion_est_mvi_asm.o \ - alpha/mpegvideo_alpha.o \ - alpha/simple_idct_alpha.o \ +OBJS += alpha/dsputil_alpha.o \ + alpha/dsputil_alpha_asm.o \ + alpha/motion_est_alpha.o \ + alpha/motion_est_mvi_asm.o \ + alpha/mpegvideo_alpha.o \ + alpha/simple_idct_alpha.o \ |