Mercurial > mplayer.hg
diff libvo/Makefile @ 22531:090ec2169aee
cosmetics: Fix indentation, reorder some lines for consistency.
author | diego |
---|---|
date | Tue, 13 Mar 2007 21:55:23 +0000 |
parents | 8bcff5c7e387 |
children | c0348807eabd |
line wrap: on
line diff
--- a/libvo/Makefile Tue Mar 13 21:31:23 2007 +0000 +++ b/libvo/Makefile Tue Mar 13 21:55:23 2007 +0000 @@ -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