Mercurial > mplayer.hg
changeset 29276:ff43e2263d6d
cosmetics: alphabetically sort SRCS_MPLAYER
author | diego |
---|---|
date | Thu, 21 May 2009 08:46:24 +0000 |
parents | bc48593c663e |
children | ad3e27e1c279 |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue May 19 17:37:58 2009 +0000 +++ b/Makefile Thu May 21 08:46:24 2009 +0000 @@ -658,18 +658,18 @@ SRCS_MPLAYER-$(YUV4MPEG) += libvo/vo_yuv4mpeg.c SRCS_MPLAYER-$(ZR) += libvo/jpeg_enc.c libvo/vo_zr.c libvo/vo_zr2.c -SRCS_MPLAYER = mplayer.c \ +SRCS_MPLAYER = command.c \ m_property.c \ + mixer.c \ mp_fifo.c \ mp_msg.c \ - mixer.c \ + mplayer.c \ parser-mpcmd.c \ - command.c \ input/input.c \ - libao2/audio_out.c \ libao2/ao_mpegpes.c \ libao2/ao_null.c \ libao2/ao_pcm.c \ + libao2/audio_out.c \ libvo/aspect.c \ libvo/geometry.c \ libvo/spuenc.c \