diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-11-15 21:33:07 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-11-15 21:33:07 +0000 |
commit | e7df5afeb9634a0d95499049efb5c4887069290d (patch) | |
tree | 307e4abcfc17552130058735e2d9dbd8e1f64784 /package/audio/mpg123/mpg123-0.59r-cross.patch | |
parent | 4190cc1c4166160a2802efb1c090dd42ff2e7d6e (diff) | |
download | buildroot-novena-e7df5afeb9634a0d95499049efb5c4887069290d.tar.gz buildroot-novena-e7df5afeb9634a0d95499049efb5c4887069290d.zip |
package/audio: rename audio category to multimedia
Prepare for the merge of audio and video packages. Many packages cannot
properly be assigned to either audio or video, because they have support
for both (libogg, mplayer, vlc).
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
Diffstat (limited to 'package/audio/mpg123/mpg123-0.59r-cross.patch')
-rw-r--r-- | package/audio/mpg123/mpg123-0.59r-cross.patch | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/package/audio/mpg123/mpg123-0.59r-cross.patch b/package/audio/mpg123/mpg123-0.59r-cross.patch deleted file mode 100644 index c3fb5830c..000000000 --- a/package/audio/mpg123/mpg123-0.59r-cross.patch +++ /dev/null @@ -1,44 +0,0 @@ -diff -ruN mpg123-0.59r.orig/Makefile mpg123-0.59r/Makefile ---- mpg123-0.59r.orig/Makefile 1999-06-15 22:39:06.000000000 +0200 -+++ mpg123-0.59r/Makefile 2006-12-14 15:52:44.000000000 +0100 -@@ -103,14 +103,14 @@ - mpg123-make - - linux: -- $(MAKE) CC=gcc LDFLAGS= \ -+ $(MAKE) LDFLAGS= \ - OBJECTS='decode_i386.o dct64_i386.o decode_i586.o \ - audio_oss.o term.o' \ - CFLAGS='-DI386_ASSEM -DPENTIUM_OPT -DREAL_IS_FLOAT -DLINUX \ - -DREAD_MMAP -DOSS -DTERM_CONTROL\ -- -Wall -O2 -m486 \ -+ -Wall \ - -fomit-frame-pointer -funroll-all-loops \ -- -finline-functions -ffast-math' \ -+ -finline-functions -ffast-math $(CFLAGS)' \ - mpg123-make - - linux-3dnow: -@@ -246,6 +246,22 @@ - -finline-functions -ffast-math' \ - mpg123-make - -+linux-bigend: -+ $(MAKE) LDFLAGS= OBJECTS='decode.o dct64.o audio_oss.o' \ -+ CFLAGS+='-DREAL_IS_FLOAT -DLINUX -DREAD_MMAP \ -+ -DOSS -DOSS_BIG_ENDIAN -Wall \ -+ -fomit-frame-pointer -funroll-loops \ -+ -finline-functions -ffast-math $(CFLAGS)' \ -+ mpg123-make -+ -+linux-littleend: -+ $(MAKE) LDFLAGS= OBJECTS='decode.o dct64.o audio_oss.o' \ -+ CFLAGS='-DREAL_IS_FLOAT -DLINUX -DREAD_MMAP \ -+ -DOSS -Wall \ -+ -fomit-frame-pointer -funroll-loops \ -+ -finline-functions -ffast-math $(CFLAGS)' \ -+ mpg123-make -+ - linux-sajber: - @ $(MAKE) FRONTEND=sajberplay-make linux-frontend - |