[Mplayer-cvslog] CVS: main Makefile,1.217,1.218
Anders Johansson
anders at mplayerhq.hu
Tue Oct 1 10:43:01 CEST 2002
- Previous message: [Mplayer-cvslog] CVS: main/libaf Makefile,NONE,1.1 af.c,NONE,1.1 af_channels.c,NONE,1.1 af_delay.c,NONE,1.1 af_dummy.c,NONE,1.1 af_format.c,NONE,1.1 af_resample.c,NONE,1.1 filter.c,NONE,1.1 window.c,NONE,1.1 af.h,NONE,1.1 dsp.h,NONE,1.1 filter.h,NONE,1.1 window.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.217,1.218
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv27679
Modified Files:
Makefile
Log Message:
Moving lm to after laf
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.217
retrieving revision 1.218
diff -u -r1.217 -r1.218
--- Makefile 1 Oct 2002 06:45:08 -0000 1.217
+++ Makefile 1 Oct 2002 08:42:47 -0000 1.218
@@ -45,7 +45,7 @@
A_LIBS = $(ALSA_LIB) $(ARTS_LIB) $(NAS_LIB) $(MAD_LIB) $(VORBIS_LIB) $(FAAD_LIB) $(SGIAUDIO_LIB)
CODEC_LIBS = libmpcodecs/libmpcodecs.a mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a $(AV_LIB) $(FAME_LIB)
-COMMON_LIBS = $(CODEC_LIBS) libmpdemux/libmpdemux.a input/libinput.a postproc/libpostproc.a linux/libosdep.a $(LIB_LOADER) $(FREETYPE_LIB) $(A_LIBS) $(CSS_LIB) $(XVID_LIB) $(DECORE_LIB) $(TERMCAP_LIB) $(STREAMING_LIB) $(Z_LIB) $(GTK_LIBS) $(PNG_LIB) $(JPEG_LIB) $(GIF_LIB) $(CDPARANOIA_LIB) $(ARCH_LIB) -lm -Llibaf -laf
+COMMON_LIBS = $(CODEC_LIBS) libmpdemux/libmpdemux.a input/libinput.a postproc/libpostproc.a linux/libosdep.a $(LIB_LOADER) $(FREETYPE_LIB) $(A_LIBS) $(CSS_LIB) $(XVID_LIB) $(DECORE_LIB) $(TERMCAP_LIB) $(STREAMING_LIB) $(Z_LIB) $(GTK_LIBS) $(PNG_LIB) $(JPEG_LIB) $(GIF_LIB) $(CDPARANOIA_LIB) $(ARCH_LIB) -Llibaf -laf -lm
ifeq ($(VIDIX),yes)
MISC_LIBS += -Llibdha -ldha vidix/libvidix.a
endif
- Previous message: [Mplayer-cvslog] CVS: main/libaf Makefile,NONE,1.1 af.c,NONE,1.1 af_channels.c,NONE,1.1 af_delay.c,NONE,1.1 af_dummy.c,NONE,1.1 af_format.c,NONE,1.1 af_resample.c,NONE,1.1 filter.c,NONE,1.1 window.c,NONE,1.1 af.h,NONE,1.1 dsp.h,NONE,1.1 filter.h,NONE,1.1 window.h,NONE,1.1
- Next message: [Mplayer-cvslog] CVS: main Makefile,1.217,1.218
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list