Mercurial > mplayer.hg
changeset 7965:af50b41f0af8
Alex's 10l - fixed liblzo linking
patch by Roberto Togni <r_togni@libero.it>
author | arpi |
---|---|
date | Tue, 29 Oct 2002 22:01:09 +0000 |
parents | 143d730908ae |
children | a03235a5f395 |
files | Makefile configure |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Tue Oct 29 20:27:47 2002 +0000 +++ b/Makefile Tue Oct 29 22:01:09 2002 +0000 @@ -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
--- a/configure Tue Oct 29 20:27:47 2002 +0000 +++ b/configure Tue Oct 29 22:01:09 2002 +0000 @@ -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'