>>>>> "S" == Sergey A Maslyakov <[EMAIL PROTECTED]> writes:

    S> Hi!  By the way, I have just tried to compile 3.56 using MSVC6
    S> and failed. First of all I could not find files fastmdct.c and
    S>   filterbank.c that are mentioned in Makefile.

Sorry and Thanx for repoting, Sergey.

I made a newmdct.c and now we use it instead of fastmdct.c and
filterbank.c. This means we should rewrite the Makefile and lame.dsp.
But because I don't have any windows machine & development envronment,
I changed only Makefile and didn't changed lame.dsp.

I can't check this is right way, but i suggest you a hint....
In lame.dsp, there's description like this.

------------------------------
        :
        :
SOURCE=.\fastmdct.c
# End Source File
# Begin Source File

SOURCE=.\fastmdct.h
# End Source File
# Begin Source File
        :
        :
SOURCE=.\filterbank.c
# End Source File
# Begin Source File

SOURCE=.\formatBitstream.c
# End Source File
# Begin Source File
        :
        :
----------------------------

delete them and add below one.
------------------------------
SOURCE=.\newmdct.c
# End Source File
# Begin Source File

SOURCE=.\newmdct.h
# End Source File
# Begin Source File
----------------------------

I hope this could be workaround.
-- 
Takehiro TOMINAGA // may the source be with you!


--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to