summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 11:21:59 +0000
committerattila <attila@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-12-08 11:21:59 +0000
commitbc0dc00da7cf99863b5581aa6dd659370a9ef6e4 (patch)
tree888a0eb5db73bca922882f3c36b66296b6f56dee /Makefile
parentae1e09cbc8cc65d5c84b940b1e789757b5c97977 (diff)
downloadmpv-bc0dc00da7cf99863b5581aa6dd659370a9ef6e4.tar.bz2
mpv-bc0dc00da7cf99863b5581aa6dd659370a9ef6e4.tar.xz
Security fixes for fibmap_mplayer by Adam Rice <adamrice@ntlworld.com>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11579 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index be912dd3cf..cc1bc90bcc 100644
--- a/Makefile
+++ b/Makefile
@@ -230,8 +230,8 @@ mplayer_wine.so: $(MPLAYER_DEP)
./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)