# HG changeset patch # User arpi # Date 1020116556 0 # Node ID adc04b7ed226cedb2cfd4ba71f8da8a092be2469 # Parent 31159f453cf9e46cac26198a83d2014e901146b0 OpenBSD patch - by Bj«Órn Sandell diff -r 31159f453cf9 -r adc04b7ed226 DOCS/documentation.html --- a/DOCS/documentation.html Mon Apr 29 21:31:56 2002 +0000 +++ b/DOCS/documentation.html Mon Apr 29 21:42:36 2002 +0000 @@ -1614,20 +1614,17 @@ /usr/ports/devel/gmake), native BSD make will not work, and a recent binutils (including objcopy).

-

Presently you must give the option '--disable-mpdvdkit' to -configure, else it won't compile.

-

Due to limitations in different versions of gas (relocation vs mmx), you'll need to compile in two steps: First make sure that the non-native as is first in PATH and do a 'gmake -k', then make sure -that the native version i used an do 'gmake'.

+that the native version is used and do 'gmake'.

To use Win32 DLLs with MPlayer you will need to re-compile the kernel with "option USER_LDT".

If MPlayer complains about not finding '/dev/cdrom' or '/dev/dvd' make a symbolic link, eg ln -s -/dev/(your_cdrom_device) /dev/cdrom

+/dev/rcd0c /dev/dvd

Appendix A - Authors

diff -r 31159f453cf9 -r adc04b7ed226 mp3lib/Makefile --- a/mp3lib/Makefile Mon Apr 29 21:31:56 2002 +0000 +++ b/mp3lib/Makefile Mon Apr 29 21:42:36 2002 +0000 @@ -38,7 +38,9 @@ ifeq ($(TARGET_OS),CYGWIN) ./mp3lib_objfix.sh endif - +ifeq ($(TARGET_OS),OpenBSD) + ./mp3lib_objfix.sh +endif test1: libMP3.a test.c $(CC) $(CFLAGS) test.c ../libvo/aclib.c -o test1 -I.. -L. -lMP3 -lm