comparison libao2/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
comparison
equal deleted inserted replaced
22530:fefb92f3c59a 22531:090ec2169aee
1 include ../config.mak 1 include ../config.mak
2 2
3 LIBNAME_MPLAYER = libao2.a 3 LIBNAME_MPLAYER = libao2.a
4 4
5 SRCS_MPLAYER = audio_out.c \ 5 SRCS_MPLAYER = audio_out.c \
6 ao_mpegpes.c \ 6 ao_mpegpes.c \
7 ao_null.c \ 7 ao_null.c \
8 ao_pcm.c \ 8 ao_pcm.c \
9 $(AO_SRCS) \ 9 $(AO_SRCS) \
10 10
11 include ../mpcommon.mak 11 include ../mpcommon.mak