Re: [mp3encoder] How to correctly compile lame with mingw

2005-02-07 Thread Robert Hegemann
Am Samstag, 29. Januar 2005 14:57 schrieb Takehiro Tominaga: From: Robert Hegemann [EMAIL PROTECTED] Subject: Re: [mp3encoder] How to correctly compile lame with mingw Date: Sat, 29 Jan 2005 13:29:26 +0100 the compiler does not have lame/mpglib in its list for include files. simple fix

[mp3encoder] How to correctly compile lame with mingw

2005-01-29 Thread Audio Phile
I've been trying to compile lame on mingw 3.2.0-rc3 and msys 1.0.11 on my win32 machine. I also added nasmw.exe to my C:\MinGW\bin and renamed it to nasm.exe. Anyway, here is the code I'be been using to get an athlon xp optimized build of lame: $ ./configure CFLAGS=-march=athlon-xp -Wall

Re: [mp3encoder] How to correctly compile lame with mingw

2005-01-29 Thread Robert Hegemann
Hi, the compiler does not have lame/mpglib in its list for include files. simple fix: edit libmp3lame/mpglib_interface.c line 13 to #include ../mpglib/ interface.h Maybe Alexander will fix the configure magic to support msys? Ciao Robert Am Samstag, 29. Januar 2005 12:52 schrieb Audio Phile:

Re: [mp3encoder] How to correctly compile lame with mingw

2005-01-29 Thread Takehiro Tominaga
From: Robert Hegemann [EMAIL PROTECTED] Subject: Re: [mp3encoder] How to correctly compile lame with mingw Date: Sat, 29 Jan 2005 13:29:26 +0100 the compiler does not have lame/mpglib in its list for include files. simple fix: edit libmp3lame/mpglib_interface.c line 13 to #include ../mpglib