Mercurial > mplayer.hg
changeset 8011:d14d0530ddcd
optional libwine support (compiling mplayer_wine.so, to be loaded using wine)
author | arpi |
---|---|
date | Thu, 31 Oct 2002 23:26:35 +0000 |
parents | 329e9a5a154f |
children | a53966ed8afb |
files | Makefile |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile Thu Oct 31 23:26:11 2002 +0000 +++ b/Makefile Thu Oct 31 23:26:35 2002 +0000 @@ -188,6 +188,10 @@ ./darwinfixlib.sh $(MPLAYER_DEP) $(CC) $(CFLAGS) -o $(PRG) $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(STATIC_LIB) $(ARCH_LIB) -lm +mplayer_wine.so: $(MPLAYER_DEP) + ./darwinfixlib.sh $(MPLAYER_DEP) + $(CC) $(CFLAGS) -shared -Wl,-Bsymbolic -o mplayer_wine.so mplayer_wine.spec.o $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(STATIC_LIB) -lwine $(ARCH_LIB) -lm + $(PRG_FIBMAP): fibmap_mplayer.o $(CC) -o $(PRG_FIBMAP) fibmap_mplayer.o