e6dd1ad911
MPlayer is a movie player for LINUX (runs on many other Unices, and non-x86 CPUs, see the documentation). It plays most MPEG, VOB, AVI, VIVO, ASF/WMV, QT/MOV, FLI, NuppelVideo, yuv4mpeg, FILM, RoQ, and some RealMedia files, supported by many native, XAnim, and Win32 DLL codecs. You can watch VideoCD, SVCD, DVD, 3ivx, FLI, and even DivX movies too (and you don't need the avifile library at all!). Submitted by Björn Sandell <biorn@dce.chalmers.se>, work also done by me Withstanding issues: see how to deal with optimization detection at build time so that binary packages can be created; check make it work on platforms other than i386, etc. things can be done in-tree.
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
$OpenBSD: patch-loader_Makefile,v 1.1.1.1 2002/05/09 05:19:10 pvalchev Exp $
|
|
--- loader/Makefile.orig Sun Apr 28 03:30:04 2002
|
|
+++ loader/Makefile Wed May 8 17:58:32 2002
|
|
@@ -32,9 +32,6 @@ distclean: clean
|
|
|
|
libloader.a: $(LIB_OBJECTS) stubs.s
|
|
$(CC) -c ./stubs.s -o stubs.o
|
|
-ifeq ($(TARGET_OS),OpenBSD)
|
|
- ./loader_objfix.sh
|
|
-endif
|
|
$(AR) -r libloader.a $(LIB_OBJECTS) stubs.o
|
|
|
|
dep:
|