cosmetics: Sort SRCS by alphabetical order.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21353 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2006-11-28 11:53:08 +00:00
parent a986aade52
commit 31844ae22d
1 changed files with 13 additions and 20 deletions

View File

@ -6,27 +6,10 @@ ifeq ($(MENCODER),yes)
LIBNAME2 = libmpmux.a
endif
# Headers and header-dumpers
SRCS = mp3_hdr.c \
mpeg_hdr.c \
asfheader.c \
SRCS = asfheader.c \
aviheader.c \
aviprint.c \
# Core
SRCS += extension.c \
video.c \
# Miscellaneous
SRCS += parse_es.c \
parse_mp4.c \
mpeg_packetizer.c \
yuv4mpeg.c \
yuv4mpeg_ratio.c \
mf.c \
# Demuxers
SRCS += demuxer.c \
demuxer.c \
demux_aac.c \
demux_asf.c \
demux_audio.c \
@ -36,6 +19,7 @@ SRCS += demuxer.c \
demux_fli.c \
demux_lmlm4.c \
demux_mf.c \
demux_mkv.c ebml.c \
demux_mov.c \
demux_mpc.c \
demux_mpg.c \
@ -54,7 +38,16 @@ SRCS += demuxer.c \
demux_viv.c \
demux_vqf.c \
demux_y4m.c \
demux_mkv.c ebml.c \
extension.c \
mf.c \
mp3_hdr.c \
mpeg_hdr.c \
mpeg_packetizer.c \
parse_es.c \
parse_mp4.c \
video.c \
yuv4mpeg.c \
yuv4mpeg_ratio.c \
SRCS-$(CONFIG_LIBAVFORMAT) += demux_lavf.c
SRCS-$(CONFIG_LIBAVFORMAT_SO) += demux_lavf.c