Mercurial > mplayer.hg
changeset 5909:adc04b7ed226
OpenBSD patch - by Bj«Órn Sandell <biorn@dce.chalmers.se>
author | arpi |
---|---|
date | Mon, 29 Apr 2002 21:42:36 +0000 |
parents | 31159f453cf9 |
children | 20c335d98ab3 |
files | DOCS/documentation.html mp3lib/Makefile |
diffstat | 2 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- 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).</P> -<P>Presently you must give the option '<CODE>--disable-mpdvdkit</CODE>' to -configure, else it won't compile.</P> - <P>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 '<CODE>gmake -k</CODE>', then make sure -that the native version i used an do '<CODE>gmake</CODE>'.</P> +that the native version is used and do '<CODE>gmake</CODE>'.</P> <P>To use Win32 DLLs with <B>MPlayer</B> you will need to re-compile the kernel with "<CODE>option USER_LDT</CODE>".</P> <P>If <B>MPlayer</B> complains about not finding '/dev/cdrom' or '/dev/dvd' make a symbolic link, eg <CODE>ln -s -/dev/(your_cdrom_device) /dev/cdrom</CODE></P> +/dev/rcd0c /dev/dvd</CODE></P> <P><B><A NAME=A>Appendix A - Authors</A></B></P>
--- 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