[Mplayer-cvslog] CVS: main Makefile,1.217,1.218
D Richard Felker III
dalias at aerifal.cx
Tue Oct 1 15:53:09 CEST 2002
On Tue, Oct 01, 2002 at 10:43:01AM +0200, Anders Johansson wrote:
> Update of /cvsroot/mplayer/main
> In directory mail:/var/tmp.root/cvs-serv27679
>
> Modified Files:
> Makefile
> Log Message:
> Moving lm to after 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
This is still wrong! It should be linked as libaf/libaf.a, NOT with
-L/-l stuff. See how all the other mplayer-local libs are linked. Read
the dev list archives for an explanation. Also libaf belongs much
earlier in the list, before all the system/shared libs.
Rich
More information about the MPlayer-cvslog
mailing list