lame(Under construction)


LAME Ain't an Mp3 Encoder.

Compilation

(V3.97,V3.99)

Needs zlib headers and library. In frontend/brhist.c it might be necessary to replace
lines => ilines 
because it is already system-defined.
Run
            # AIX 5.3/7.1, C 8.0/12.1  
./configure --prefix=/tmp/lame-3.99.5           CC=cc CFLAGS="-O2  CPPFLAGS="-D_THREAD_SAFE -D_LARGE_FILES -I/bio/local/include"       LDFLAGS=-L/bio/local/lib       --disable-gtktest --enable-static --disable-shared 
./configure --prefix=/s/bio/kraemer/lame-3.99.5 CC=cc CFLAGS="-O2" CPPFLAGS="-D_THREAD_SAFE -D_LARGE_FILES -I/bio/local/../61/include" LDFLAGS=-L/bio/local/../61/lib --disable-gtktest --enable-static --disable-shared 
./configure --prefix=/tmp/lame-3.99.5           CC=cc CFLAGS="-O2" CPPFLAGS="-D_THREAD_SAFE -D_LARGE_FILES -I/nfs/local/71/include"    LDFLAGS=-L/nfs/local/71/lib    --disable-gtktest --enable-static --disable-shared 

            # HP-UX 11.00, gcc  
./configure --prefix=/tmp/lame-3.97 CPPFLAGS=-I/nfs/local/1100/include/ LDFLAGS=-L/nfs/local/1100/lib
            # HP-UX 10.20, cc native  
./configure --prefix=/tmp/lame-3.99.4 CC=cc CFLAGS="-I/nfs/local/1020/ -O -Ae -D_REENTRANT -D_FILE_OFFSET_BITS=64 +z" LDFLAGS="-L/nfs/local/1020/lib" --enable-static --disable-shared
make 
make install

Last update: 9-Aug-2013, M.Kraemer

Impressum Data privacy protection