Mercurial > mplayer.hg
diff Makefile @ 11578:b48d7fca8c73
Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>
author | attila |
---|---|
date | Mon, 08 Dec 2003 11:21:59 +0000 |
parents | ad57fa26c89b |
children | 90953d955165 |
line wrap: on
line diff
--- a/Makefile Mon Dec 08 11:11:32 2003 +0000 +++ b/Makefile Mon Dec 08 11:21:59 2003 +0000 @@ -230,8 +230,8 @@ ./darwinfixlib.sh $(MPLAYER_DEP) $(CC) $(CFLAGS) -shared -Wl,-Bsymbolic -o mplayer_wine.so mplayer_wine.spec.c $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) -lwine $(ARCH_LIB) -lm -$(PRG_FIBMAP): fibmap_mplayer.o - $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o +$(PRG_FIBMAP): fibmap_mplayer.o mp_msg.o + $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o mp_msg.o ifeq ($(MENCODER),yes) $(PRG_MENCODER): $(MENCODER_DEP)