summaryrefslogtreecommitdiff
path: root/audio/amp/files/patch-aa
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-08-31 22:20:00 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-08-31 22:20:00 +0000
commitc98c38080a7a0127a147a241c782f9ddbfddced1 (patch)
tree5f58b234dbe64e5ce0f7915a4e294a322913315d /audio/amp/files/patch-aa
parentActivate xfce (diff)
New port, amp:
------------------------ From the README file ------------------------ amp (Audio Mpeg Player) is an MPEG audio decoder which I originally started putting together as a side project of the MPEG hardware design project at FER/Zagreb - just to confirm my knowledge of the standard. It works with both MPEG1 and MPEG2 audio streams (except for the multichannel extensions defined in MPEG2), layer3 only for now. ---------------------------- End of quote ---------------------------- PR: 3935 Submitted by: Vanill I. Shu <vanilla@MinJe.com.TW>
Notes
Notes: svn path=/head/; revision=7735
Diffstat (limited to 'audio/amp/files/patch-aa')
-rw-r--r--audio/amp/files/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/amp/files/patch-aa b/audio/amp/files/patch-aa
new file mode 100644
index 000000000000..155a612989c8
--- /dev/null
+++ b/audio/amp/files/patch-aa
@@ -0,0 +1,22 @@
+*** configure.orig Mon Jun 23 13:49:07 1997
+--- configure Mon Jun 23 13:51:27 1997
+*************** case "$OS_TYPE" in
+*** 1281,1288 ****
+ fi
+ if test "$OS_TYPE" = "FreeBSD" ; then
+ OS_TYPE="BSD"
+ fi
+! CFLAGS="-DOS_${OS_TYPE} -DARCH_${ARCH_TYPE} -Wall -O6 -ffast-math -DNO_BYTE_SWAPPING ${CFLAGS_ARCH}"
+ ;;
+
+ SunOS)
+--- 1281,1289 ----
+ fi
+ if test "$OS_TYPE" = "FreeBSD" ; then
+ OS_TYPE="BSD"
++ SOUNDCARD="HAVE_MACHINE_SOUNDCARD_H"
+ fi
+! CFLAGS="-DOS_${OS_TYPE} -DARCH_${ARCH_TYPE} -Wall -O2 -m486 -pipe -ffast-math -DNO_BYTE_SWAPPING -D${SOUNDCARD} ${CFLAGS_ARCH}"
+ ;;
+
+ SunOS)