[Mplayer-cvslog] CVS: main Makefile,1.226,1.227 configure,1.589,1.590
Arpi of Ize
arpi at mplayerhq.hu
Tue Oct 29 23:01:31 CET 2002
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl2.c,1.25,1.26 vo_x11.c,1.122,1.123 x11_common.c,1.106,1.107 x11_common.h,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_unsharp.c,NONE,1.1 Makefile,1.68,1.69 vf.c,1.54,1.55
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv2683
Modified Files:
Makefile configure
Log Message:
Alex's 10l - fixed liblzo linking
patch by Roberto Togni <r_togni at libero.it>
Index: Makefile
===================================================================
RCS file: /cvsroot/mplayer/main/Makefile,v
retrieving revision 1.226
retrieving revision 1.227
diff -u -r1.226 -r1.227
--- Makefile 28 Oct 2002 19:30:29 -0000 1.226
+++ Makefile 29 Oct 2002 22:01:09 -0000 1.227
@@ -39,7 +39,7 @@
VO_LIBS = $(SDL_LIB) $(GGI_LIB) $(AA_LIB) $(X_LIB) $(MP1E_LIB) $(MLIB_LIB) $(SVGA_LIB) $(DIRECTFB_LIB) $(GIF_LIB)
AO_LIBS = $(ARTS_LIB) $(NAS_LIB) $(SGIAUDIO_LIB)
-CODEC_LIBS = $(AV_LIB) $(FAME_LIB) $(MAD_LIB) $(VORBIS_LIB) $(FAAD_LIB) $(LZO_LIB) $(XVID_LIB) $(DECORE_LIB) $(PNG_LIB) $(Z_LIB) $(JPEG_LIB) $(ALSA_LIB)
+CODEC_LIBS = $(AV_LIB) $(FAME_LIB) $(MAD_LIB) $(VORBIS_LIB) $(FAAD_LIB) $(LIBLZO_LIB) $(XVID_LIB) $(DECORE_LIB) $(PNG_LIB) $(Z_LIB) $(JPEG_LIB) $(ALSA_LIB)
COMMON_LIBS = libmpcodecs/libmpcodecs.a mp3lib/libMP3.a liba52/liba52.a libmpeg2/libmpeg2.a $(W32_LIB) $(DS_LIB) libaf/libaf.a libmpdemux/libmpdemux.a input/libinput.a $(PP_LIB) postproc/libswscale.a linux/libosdep.a $(CSS_LIB) $(CODEC_LIBS) $(FREETYPE_LIB) $(TERMCAP_LIB) $(CDPARANOIA_LIB) $(STREAMING_LIB) $(WIN32_LIB)
CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader -Ilibvo $(EXTRA_INC) $(CDPARANOIA_INC) $(FREETYPE_INC) $(SDL_INC) # -Wall
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.589
retrieving revision 1.590
diff -u -r1.589 -r1.590
--- configure 29 Oct 2002 16:50:29 -0000 1.589
+++ configure 29 Oct 2002 22:01:09 -0000 1.590
@@ -3442,7 +3442,7 @@
fi
if test "$_liblzo" = yes ; then
_def_liblzo='#define USE_LIBLZO 1'
- _ld_liblzo='-lliblzo'
+ _ld_liblzo='-llzo'
_codecmodules="liblzo $_codecmodules"
else
_def_liblzo='#undef USE_LIBLZO'
- Previous message: [Mplayer-cvslog] CVS: main/libvo vo_gl2.c,1.25,1.26 vo_x11.c,1.122,1.123 x11_common.c,1.106,1.107 x11_common.h,1.27,1.28
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs vf_unsharp.c,NONE,1.1 Makefile,1.68,1.69 vf.c,1.54,1.55
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list