diff --git a/DOCS/documentation.html b/DOCS/documentation.html index d934765837..2bbbbf8acc 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1614,20 +1614,17 @@ Anyone has closer info?

/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 --git a/mp3lib/Makefile b/mp3lib/Makefile index 11c18b2497..64be72ec23 100644 --- a/mp3lib/Makefile +++ b/mp3lib/Makefile @@ -38,7 +38,9 @@ libMP3.a: $(OBJS) 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