[MPlayer-cvslog] r19053 - in trunk: Makefile mplayer_wine.spec mplayer_wine.spec.c
diego
subversion at mplayerhq.hu
Thu Jul 13 01:31:33 CEST 2006
Author: diego
Date: Thu Jul 13 01:31:33 2006
New Revision: 19053
Removed:
trunk/mplayer_wine.spec
trunk/mplayer_wine.spec.c
Modified:
trunk/Makefile
Log:
Remove old and obsolete mplayer_wine QT DLL loading stuff.
Modified: trunk/Makefile
==============================================================================
--- trunk/Makefile (original)
+++ trunk/Makefile Thu Jul 13 01:31:33 2006
@@ -396,28 +396,6 @@
endif
$(CC) $(CFLAGS) -o $(PRG) $(OBJS_MPLAYER) $(LIBS_MPLAYER)
-mplayer.exe.spec.c: libmpcodecs/libmpcodecs.a
- winebuild -fPIC -o mplayer.exe.spec.c -exe mplayer.exe -mcui \
- libmpcodecs/ad_qtaudio.o libmpcodecs/vd_qtvideo.o \
- -L/usr/local/lib/wine -lkernel32
-
-mplayer.exe.so: $(MPLAYER_DEP) mplayer.exe.spec.c
- $(CC) $(CFLAGS) -Wall -shared \
- -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic \
- -o mplayer.exe.so $(OBJS_MPLAYER) mplayer.exe.spec.c \
- 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) $(ARCH_LIB) -lwine $(MATH_LIB) \
-
-mplayer_wine.so: $(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) $(MATH_LIB) \
-
ifeq ($(MENCODER),yes)
LIBS_MENCODER = libmpcodecs/libmpencoders.a \
$(ENCORE_LIB) \
More information about the MPlayer-cvslog
mailing list