From 5519d989839e884518385bc99fa413352294f824 Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 13 Mar 2007 21:55:23 +0000 Subject: cosmetics: Fix indentation, reorder some lines for consistency. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22549 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/Makefile | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'libvo/Makefile') diff --git a/libvo/Makefile b/libvo/Makefile index 48af0d8d46..7fe4be0983 100644 --- a/libvo/Makefile +++ b/libvo/Makefile @@ -1,24 +1,23 @@ - include ../config.mak LIBNAME_COMMON = libosd.a LIBNAME_MPLAYER = libvo.a SRCS_MPLAYER = aspect.c \ - geometry.c \ - spuenc.c \ - video_out.c \ - vo_mpegpes.c \ - vo_null.c \ - vo_yuv4mpeg.c \ - $(VO_SRCS) \ + geometry.c \ + spuenc.c \ + video_out.c \ + vo_mpegpes.c \ + vo_null.c \ + vo_yuv4mpeg.c \ + $(VO_SRCS) \ SRCS_MPLAYER-$(EXTERNAL_VIDIX) += vosub_vidix.c SRCS_MPLAYER-$(VIDIX) += vosub_vidix.c SRCS_COMMON = aclib.c \ - osd.c \ - sub.c \ + osd.c \ + sub.c \ SRCS_COMMON-$(BITMAP_FONT) += font_load.c SRCS_COMMON-$(FREETYPE) += font_load_ft.c -- cgit v1.2.3