# HG changeset patch # User diego # Date 1164579067 0 # Node ID 045618c5a082bb7519d7919d92965c85b92f7ca8 # Parent 02da705f907d6f80b964da2904a52c6561b7a090 cosmetics: Move around some entries for better readability. diff -r 02da705f907d -r 045618c5a082 libmpcodecs/Makefile --- a/libmpcodecs/Makefile Sun Nov 26 22:02:52 2006 +0000 +++ b/libmpcodecs/Makefile Sun Nov 26 22:11:07 2006 +0000 @@ -9,21 +9,19 @@ LIBS+=$(LIBNAME2) endif -SRCS=ad_hwac3.c \ - ad_hwmpa.c \ +SRCS = native/minilzo.c \ + native/nuppelvideo.c \ + native/RTjpegN.c \ + native/xa_gsm.c \ + img_format.c \ -ifeq ($(LIBA52),yes) -SRCS+=ad_liba52.c -endif -ifeq ($(MP3LIB),yes) -SRCS+=ad_mp3lib.c -endif - -SRCS=dec_audio.c \ +SRCS += dec_audio.c \ ad.c \ ad_alaw.c \ ad_dk3adpcm.c \ ad_dvdpcm.c \ + ad_hwac3.c \ + ad_hwmpa.c \ ad_imaadpcm.c \ ad_msadpcm.c \ ad_msgsm.c \ @@ -47,6 +45,9 @@ ifeq ($(FAAD),yes) SRCS += ad_faad.c endif +ifeq ($(LIBA52),yes) +SRCS+=ad_liba52.c +endif ifeq ($(LIBDV),yes) SRCS+=ad_libdv.c endif @@ -56,6 +57,9 @@ ifeq ($(LIBVORBIS),yes) SRCS+=ad_libvorbis.c endif +ifeq ($(MP3LIB),yes) +SRCS+=ad_mp3lib.c +endif ifeq ($(MUSEPACK),yes) SRCS += ad_mpc.c endif @@ -63,20 +67,14 @@ SRCS += ad_speex.c endif - -SRCS=vd_lzo.c \ - vd_nuv.c \ - -ifeq ($(LIBMPEG2),yes) -SRCS+=vd_libmpeg2.c -endif - SRCS=dec_video.c \ vd.c \ vd_hmblck.c \ + vd_lzo.c \ vd_mpegpes.c \ vd_mtga.c \ vd_null.c \ + vd_nuv.c \ vd_raw.c \ vd_sgi.c \ @@ -101,6 +99,9 @@ ifeq ($(LIBDV),yes) SRCS+=vd_libdv.c endif +ifeq ($(LIBMPEG2),yes) +SRCS+=vd_libmpeg2.c +endif ifeq ($(LIBTHEORA),yes) SRCS+=vd_theora.c endif @@ -272,12 +273,6 @@ endif -SRCS+=native/minilzo.c \ - native/nuppelvideo.c \ - native/RTjpegN.c \ - native/xa_gsm.c \ - img_format.c \ - OBJS=$(SRCS:.c=.o) SRCS2=$(ENCODER_SRCS)