summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-21 08:46:24 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-21 08:46:24 +0000
commitebf2f1d669fd9e36b7e8d65bdd076258858a52e8 (patch)
tree006ac78943fdf060ce5edb16efdce81120fe7fa1
parent5b29003e0c0ee684ae3bf00fae763448ddd9563a (diff)
downloadmpv-ebf2f1d669fd9e36b7e8d65bdd076258858a52e8.tar.bz2
mpv-ebf2f1d669fd9e36b7e8d65bdd076258858a52e8.tar.xz
cosmetics: alphabetically sort SRCS_MPLAYER
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29318 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index ae1b065b8a..285291a278 100644
--- a/Makefile
+++ b/Makefile
@@ -658,18 +658,18 @@ SRCS_MPLAYER-$(XVR100) += libvo/vo_xvr100.c
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 \