FreeBSD Bugzilla – Attachment 22894 Details for
Bug 39606
Updated port: audio/lame (3.92)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 2.03 KB, created by
Cyrille Lefevre
on 2002-06-21 01:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Cyrille Lefevre
Created:
2002-06-21 01:10:01 UTC
Size:
2.03 KB
patch
obsolete
>--- /dev/null Fri Jun 21 01:47:18 2002 >+++ files/patch-libmp3lame::i386::Makefile Thu Jun 20 02:24:59 2002 >@@ -0,0 +1,45 @@ >+--- libmp3lame/i386/Makefile.orig Thu Jun 20 01:57:31 2002 >++++ libmp3lame/i386/Makefile Thu Jun 20 02:22:25 2002 >+@@ -113,6 +113,9 @@ >+ choose_table.nas \ >+ cpu_feat.nas \ >+ fft3dn.nas \ >++ fftfpu.nas \ >++ fftsse.nas \ >++ ffttbl.nas \ >+ scalar.nas >+ >+ >+@@ -122,6 +125,9 @@ >+ choose_table$U.lo \ >+ cpu_feat$U.lo \ >+ fft3dn$U.lo \ >++ fftfpu$U.lo \ >++ fftsse$U.lo \ >++ ffttbl$U.lo \ >+ scalar$U.lo >+ >+ >+@@ -138,15 +144,18 @@ >+ cpu_feat.lo.lst \ >+ fft3dn.o.lst \ >+ fft3dn.lo.lst \ >++ fftfpu.o.lst \ >++ fftfpu.lo.lst \ >++ fftsse.o.lst \ >++ fftsse.lo.lst \ >++ ffttbl.o.lst \ >++ ffttbl.lo.lst \ >+ scalar.o.lst \ >+ scalar.lo.lst >+ >+ >+ EXTRA_DIST = \ >+- fft.nas \ >+- fftfpu.nas \ >+- fftsse.nas \ >+- ffttbl.nas >++ fft.nas >+ >+ NASMFLAGS = -f elf -i $(top_srcdir)/libmp3lame/i386/ >+ subdir = libmp3lame/i386 >--- /dev/null Fri Jun 21 01:47:18 2002 >+++ files/patch-libmp3lame::vorbis_interface.c Thu Jun 20 02:11:27 2002 >@@ -0,0 +1,28 @@ >+--- libmp3lame/vorbis_interface.c.orig Fri Dec 21 00:07:53 2001 >++++ libmp3lame/vorbis_interface.c Thu Jun 20 02:08:28 2002 >+@@ -14,7 +14,24 @@ >+ #include <vorbis/vorbisenc.h> >+ #include "codec_internal.h" >+ #include "registry.h" >+-#include "modes/modes.h" >++/* from vorbisenc.c */ >++/* careful with this; it's using static array sizing to make managing >++ all the modes a little less annoying. If we use a residue backend >++ with > 10 partition types, or a different division of iteration, >++ this needs to be updated. */ >++typedef struct { >++ vorbis_info_residue0 *res[2]; >++ static_codebook *book_aux[2]; >++ static_codebook *books_base[5][10][3]; >++ static_codebook *books_stereo_backfill[5][10]; >++ static_codebook *books_residue_backfill[5][10][2]; >++} vorbis_residue_template; >++typedef struct vp_adjblock{ >++ int block[P_BANDS][P_LEVELS]; >++} vp_adjblock; >++#include "modes/residue_44.h" >++#include "modes/psych_44.h" >++#include "modes/floor_44.h" >+ #include "lame.h" >+ #include "util.h" >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 39606
: 22894 |
22895