Dear Rob:
I have tried to configure the madplay as the
following:
"./configure --no-tty".but it seems that "--no-tty" is
not a valid option. is there any other ways to
configure it disgarding the tty device?
thanks a lot
horace
_________________________________________________________
Do You Yahoo!? 登录免费雅虎电邮! http://mail.yahoo.com.cn
<font color=#6666FF>无聊?郁闷?高兴?没理由?都来聊天吧!</font>――
雅虎全新聊天室! http://cn.chat.yahoo.com/c/roomlist.html
Thanks Eckhart. Your suggestion is appreciated.
I made some progress by getting mad.h from
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/librar
ies/ (posted by Michael Fink) and have created my own makefile to build for
an ARM target.
Building a PC executable was supposed to be a no-brainer "baby step" that I
shall no longer bother with.
Regards
Andrew
> Date: Wed, 19 Dec 2001 16:18:48 -0800
> From: Eckhart Koeppen <eck1000(a)gmx.net>
> To: mad-dev …
[View More]<mad-dev(a)lists.mars.org>
> Subject: Re: [mad-dev] Need help with building MAD
>
> I remember vaguely that I had problems with Cygnus and configure with
> other programs as well. Basically, configure was confused about the
> system I was running it on - it could not decide between Windows and
> Unix and gave up. Seems like you got a bit further but it still doesn't
> work... the Visual C++ projects included in the MAD distribution work
> out of the box, so perhaps you could get hold of Visual C++?
>
> Eckhart
>
>
> --
> -- eck(a)40hz.org -- www.40hz.org --
>
>
>
>
> End of mad-dev Digest
>
[View Less]
Hi
I'm trying to build MAD under Cygwin but seem to be having trouble with paths to the include directory.
I *think* the environment is OK because I can build my own gcc binary by running configure then make supplied with the gcc source package.
However, the configure supplied with the MAD source package does not seem to be able to detect the include directory (/usr/include I believe).
For example, I get the message: Checking for ANSI C header files...no
The individual header file checks …
[View More]also get a negative result.
Note that configure does in fact run to completion. When I subsequently try running make, it recurses into the mad/intl directory then bombs on the first header file it can't find. The error message is: In file included from intl-compat.c:23 libgettext.h 33: sys/types.h: no such file or directory.
By way of background, I set up two project directories to build MAD and gcc. They are at the same level, viz:
c:\cygwin\home\Andrew\gcc
c:\cygwin\home\Andrew\mad
I simply unzipped mad-0.14.2b.tar.gz into the second of these directories before running configure from that directory.
As part of my experiments, I also regenerated configure using autoconf but this did not pick up the path to the include directory.
Right now I'm stumped as to why gcc builds OK but MAD won't. Can someone please suggest a remedy to my problem?
My system is a PC running Win98 and a Duron processor.
Apologies if this is all rather naive - I admit it is my first experience with Cygwin and building GNU software.
Regards
Andrew
[View Less]
Hi all,
I run into trouble when I try to configure the Madplay under my cross-platform
development.
After I untar the package I do follwing step to setup the Madplay entironment.
export CC=arm-lynx-linux-bluecat-gcc
export RANLIB=arm-lynx-linux-bluecat-ranlib
export LD=arm-lynx-linux-bluecat-ld
export NM=arm-lynx-linux-bluecat-nm
./configure --build=i386-linux --host=arm-linux --target
=arm-linux --enable-fbm=arm -enable-sso --prefix=/bluecat/cdt --exec-prefix=/blu
ecat/cdt
then the config …
[View More]procedure and make procedure pass smoothly but when make install
I trap into the trouble
I reported yesterday:
make[1]: Entering directory `/bluecat/mad/po'
if test -r "../././././mkinstalldirs"; then \
../././././mkinstalldirs /usr/local/share; \
else \
/bin/sh ../././mkinstalldirs /usr/local/share; \
fi
../././././../././././mkinstalldirs: Can't open
../././././../././././mkinstalldirs
I modified the makefile maually today by delete the following line in makefile
SUBDIRS = intl po $(libz) libid3tag libmad $(winamp)
the make install pass and all thing seem OK.
But when I try to run the madplay on my target board(Ep7312) the follwing
message display
bash# ./madplay -o raw:- ./funky.mp3 >/dev/null
MPEG Audio Decoder 0.14.2 (beta) - Copyright (C) 2000-2001 Robert Leslie
2373 frames decoded (0:01:01.9), -2.2 dB peak amplitude, 0 clipped samples
bash#
But there have not any noise during this procedure when the BlueCat demo run OK.
There some question confuse me,
1) What's the function of directory under mad name po,msvc++ and intl ?
2) Is there anything wrong with my ./configure procedure?
Pls give me advice.
Thank for you help and Merry Xmas.
With regards, healy yang E-mail:healy_yang@china-SSI.com
____________________________________________________________
Sichuan Starlight Internet-appliances Ltd. 升威信息电器公司
Tel: (86-28) 5185891 Fax: (86-28) 5136351
[View Less]
Hi ,
I 'm sorry ,but the mail of mkinstalldirs is invaild code and I can read it.
Would you pls place the answer into a text file and mail it to me.
Thanks.
With Regards.
Healy Yang
----- Original Message -----
From: <mad-dev-request(a)lists.mars.org>
To: <mad-dev(a)lists.mars.org>
Sent: Friday, December 14, 2001 10:26 PM
Subject: mad-dev digest, Vol 1 #82 - 2 msgs
> Send mad-dev mailing list submissions to
> mad-dev(a)lists.mars.org
>
> To subscribe or …
[View More]unsubscribe via the World Wide Web, visit
> http://www.mars.org/bin/mailman/listinfo/mad-dev
> or, via email, send a message with subject or body 'help' to
> mad-dev-request(a)lists.mars.org
>
> You can reach the person managing the list at
> mad-dev-admin(a)lists.mars.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of mad-dev digest..."
>
>
> Today's Topics:
>
> 1. Re: ./Configure (Eckhart Koeppen)
> 2. mkinstalldirs (Healy Yang)
>
> --__--__--
>
> Message: 1
> Date: Thu, 13 Dec 2001 11:12:21 -0800
> From: Eckhart Koeppen <eck1000(a)gmx.net>
> To: mad-dev(a)lists.mars.org
> Subject: Re: [mad-dev] ./Configure
>
> This is a tricky one... configure does have problems with cross-platform
> setups because it determines characteristics of the target by running
> small test programs. If host and target system differ, you run into
> problems.
>
> An example (might not be completely correct but should show what's going
> on): the host platform is Win32, the target platform is Linux/ARM.
> Configure now wants to figure out what size a "short int" is. It
> compiles a small test program that basically prints "sizeof (short int)"
> and wants to run it. But this can't work because it would have to run on
> the target system.
>
> It looks like you have to configure MAD manually, but that shouldn't be
> a big problem, it is really portable.
>
> Eckhart
>
>
> --
> -- eck(a)40hz.org -- www.40hz.org --
>
>
> --__--__--
>
> Message: 2
> From: "Healy Yang" <Healy_Yang(a)China-SSI.com>
> To: <mad-dev(a)lists.mars.org>
> Date: Fri, 14 Dec 2001 18:40:04 폍
> Subject: [mad-dev] mkinstalldirs
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_0009_01C184CE.BF453DC0
> Content-Type: text/plain;
> charset="gb2312"
> Content-Transfer-Encoding: base64
>
> SGkgYWxsLA0KSSBnb3QgcHJvYmxlbSB3aGVuIHJ1biBtYWtlIGluc3RhbGwgd2l0aCBmb2xsb3dp
> bmcgZXJyb3IgbWVzc2FnZToNCg0KTWFraW5nIGluc3RhbGwgaW4gcG8NCm1ha2VbMV06IEVudGVy
> aW5nIGRpcmVjdG9yeSBgL2JsdWVjYXQvbWFkL3BvJw0KaWYgdGVzdCAtciAiLi4vLi8uLy4vLi9t
> a2luc3RhbGxkaXJzIjsgdGhlbiBcDQogIC4uLy4vLi8uLy4vbWtpbnN0YWxsZGlycyAvdXNyL2xv
> Y2FsL3NoYXJlOyBcDQplbHNlIFwNCiAgL2Jpbi9zaCAuLi8uLy4vbWtpbnN0YWxsZGlycyAvdXNy
> L2xvY2FsL3NoYXJlOyBcDQpmaQ0KLi4vLi8uLy4vLi8uLi8uLy4vLi8uL21raW5zdGFsbGRpcnM6
> IENhbid0IG9wZW4gLi4vLi8uLy4vLi8uLi8uLy4vLi8uL21raW5zdGFsbGRpcnMNCg0KSSB0cnkg
> dG8gbWFudWFsbHkgZXhjdXRlIHRoZSBta2luc3RhbGxkaXJzIGFmdGVyIGVudGVyIHBvIGJ5IHR5
> cGluZyAuLi9ta2luc3RhbGxkaXNycw0KdGhlIGZvbGx3aW5nIGVycm9yIG1lc3NhZ2UgcHJpbnQg
> b24gc2NyZWVuDQoNCi4uLy4uL21raW5zdGFsbGRpcnM6IENhbid0IG9wZW4gLi4vLi4vbWtpbnN0
> YWxsZGlycw0KDQpJIHZlcnkgY29uZnVzZSB3aGF0IHdyb25nIHdpdGggdGhpbmcsY291bGQgeW91
> IGdpdmUgbWUgaWRlYWwgaG93IHRvIGNvcnJlY3QgdGhpcyBwcm9ibGVtIG9yIHNraXAgaXQgDQpi
> eSBtYW51YWxseSBpbnN0YWxsIGludG8gbXkgQ3Jvc3MtcGxhdGZvciBzeXN0ZW0uDQoNClRoYW5r
> cyBhbmQgTWVycnkgWE1hcy4NCg0KV2l0aCByZWdhcmRzLCBoZWFseSB5YW5nICAgICAgICAgIEUt
> bWFpbDpoZWFseV95YW5nQGNoaW5hLVNTSS5jb20NCl9fX19fX19fX19fX19fX19fX19fX19fX19f
> X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fXyAgDQpTaWNodWFuIFN0YXJsaWdodCBJ
> bnRlcm5ldC1hcHBsaWFuY2VzIEx0ZC4gICDJ/c3탅쾢뗧웷릫쮾ഊ呥氺 㠶ⴲ㠩
> NTE4NTg5MaGhoaGhoaGhoaEgICAgICAgICAgIEZheDogKDg2LTI4KSA1MTM2MzUxDQo=
>
> ------=_NextPart_000_0009_01C184CE.BF453DC0
> Content-Type: text/html;
> charset="gb2312"
> Content-Transfer-Encoding: base64
>
> PCFET0NUWVBFIEhUTUwgUFVCTElDICItLy9XM0MvL0RURCBIVE1MIDQuMCBUcmFuc2l0aW9uYWwv
> L0VOIj4NCjxIVE1MPjxIRUFEPg0KPE1FVEEgaHR0cC1lcXVpdj1Db250ZW50LVR5cGUgY29udGVu
> dD0idGV4dC9odG1sOyBjaGFyc2V0PWdiMjMxMiIഊ㱍䕔䄠捯湴敮琽≍午呍䰠㔮
> MC40ODA3LjIzMDAiIG5hbWU9R0VORVJBVE9SPg0KPFNUWUxFPjwvU1RZTEUഊ㰯䡅䅄㸍਼
> Qk9EWSBiZ0NvbG9yPSNmZmZmZmYഊ㱄䥖㸼䙏乔楺攽㈾䡩汬ⰼ⽆低吾㰯
> RElWPg0KPERJVj48Rk9OVCBzaXplPTI䤠杯琠灲潢汥洠睨敮畮慫攠楮獴
> bGwgd2l0aCBmb2xsb3dpbmcgZXJyb3IgDQptZXNzYWdlOjwvRk9OVD48L0RJVj4NCjxESVY㱆
> TlQgc2l6ZT0yPjwvRk9OVD4mbmJzcDs8L0RJVj4NCjxESVY㱆低吠獩穥㴲㹍慫楮朠
> bnN0YWxsIGluIHBvPEJSPm1ha2VbMV06IEVudGVyaW5nIGRpcmVjdG9yeSANCmAvYmx1ZWNhdC9t
> YWQvcG8nPEJSPmlmIHRlc3QgLXIgIi4uLy4vLi8uLy4vbWtpbnN0YWxsZGlycyI7IHRoZW4gXDxC
> Uj4mbmJzcDsgDQouLi8uLy4vLi8uL21raW5zdGFsbGRpcnMgL3Vzci9sb2NhbC9zaGFyZTsgXDxC
> Uj5lbHNlIFw8QlI♮扳瀻 扩港獨ਮⸯⸯⸯ浫楮獴慬汤楲猠⽵獲⽬
> Y2FsL3NoYXJlOyANClw8QlI晩㱂刾⸮⼮⼮⼮⼮⼮ⸯⸯⸯⸯⸯ浫楮獴慬汤
> cnM6IENhbid0IG9wZW4gDQouLi8uLy4vLi8uLy4uLy4vLi8uLy4vbWtpbnN0YWxsZGlyczwvRk9O
> VD48L0RJVj4NCjxESVY㱆低吠獩穥㴲㸼⽆低吾♮扳瀻㰯䑉嘾ഊ㱄䥖㸼䙏
> TlQgc2l6ZT0yPkkgdHJ5IHRvIG1hbnVhbGx5IGV4Y3V0ZSB0aGUgbWtpbnN0YWxsZGlycyBhZnRl
> ciBlbnRlciBwbyBieSANCnR5cGluZyAuLi9ta2luc3RhbGxkaXNyczwvRk9OVD48L0RJVj4NCjxE
> SVY㱆低吠獩穥㴲㹴桥潬汷楮朠敲牯爠浥獳慧攠灲楮琠潮捲敥
> bjwvRk9OVD48L0RJVj4NCjxESVY㱆低吠獩穥㴲㸼⽆低吾♮扳瀻㰯䑉嘾ഊ㱄
> SVY㱆低吠獩穥㴲㸮ⸯ⸮⽭歩湳瑡汬摩牳㨠䍡渧琠潰敮ਮⸯ⸮⽭
> a2luc3RhbGxkaXJzPEJSPjwvRElWPjwvRk9OVD4NCjxESVY㱆低吠獩穥㴲㹉⁶敲礠
> b25mdXNlIHdoYXQgd3Jvbmcgd2l0aCB0aGluZyxjb3VsZCB5b3UgZ2l2ZSBtZSBpZGVhbCANCmhv
> dyB0byBjb3JyZWN0IHRoaXMgcHJvYmxlbSBvciBza2lwIGl0IDwvRk9OVD48L0RJVj4NCjxESVY
> PEZPTlQgc2l6ZT0yPmJ5IG1hbnVhbGx5IGluc3RhbGwgaW50byBteSBDcm9zcy1wbGF0Zm9yIHN5
> c3RlbS48L0ZPTlQ㰯䑉嘾ഊ㱄䥖㸼䙏乔楺攽㈾㰯䙏乔㸦湢獰㬼⽄䥖
> DQo8RElWPjxGT05UIHNpemU9Mj5UaGFua3MgYW5kIE1lcnJ5IFhNYXMuPC9GT05UPjwvRElWPg0K
> PERJVj48Rk9OVCBzaXplPTI㰯䙏乔㸦湢獰㬼⽄䥖㸍਼䑉嘾㱆低吠獩穥㴲
> V2l0aCByZWdhcmRzLCBoZWFseSANCnlhbmcmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsm
> bmJzcDsmbmJzcDsmbmJzcDsmbmJzcDsgDQpFLW1haWw6aGVhbHlfeWFuZ0BjaGluYS1TU0kuY29t
> PEJSPl9fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19f
> X19fX19fXyZuYnNwOyANCjxCUj5TaWNodWFuIFN0YXJsaWdodCBJbnRlcm5ldC1hcHBsaWFuY2Vz
> IEx0ZC4mbmJzcDsmbmJzcDsgyf3N/tDFz6K158b3uavLvjxCUj5UZWw6IA0KKDg2LTI4KSA1MTg1
> ODkxoaGhoaGhoaGhoSZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZuYnNwOyZu
> YnNwOyZuYnNwOyZuYnNwOyANCkZheDogKDg2LTI4KSA1MTM2MzUxPC9GT05UPjwvRElWPjwvQk9E
> WT48L0hUTUwഊ=
>
> ------=_NextPart_000_0009_01C184CE.BF453DC0--
>
>
>
>
> End of mad-dev Digest
>
>
[View Less]
Hi all,
I got problem when run make install with following error message:
Making install in po
make[1]: Entering directory `/bluecat/mad/po'
if test -r "../././././mkinstalldirs"; then \
../././././mkinstalldirs /usr/local/share; \
else \
/bin/sh ../././mkinstalldirs /usr/local/share; \
fi
../././././../././././mkinstalldirs: Can't open ../././././../././././mkinstalldirs
I try to manually excute the mkinstalldirs after enter po by typing ../mkinstalldisrs
the follwing error message print …
[View More]on screen
../../mkinstalldirs: Can't open ../../mkinstalldirs
I very confuse what wrong with thing,could you give me ideal how to correct this problem or skip it
by manually install into my Cross-platfor system.
Thanks and Merry XMas.
With regards, healy yang E-mail:healy_yang@china-SSI.com
____________________________________________________________
Sichuan Starlight Internet-appliances Ltd. 升威信息电器公司
Tel: (86-28) 5185891 Fax: (86-28) 5136351
[View Less]
Hi ,
I just download the mad-0.14.2b.tar package and untar it on my cross-platform environment.
An error occur when I run ./configure with following message:
"configure: error: can not run test program while cross compiling".
and the configure exit with no make made.
My platform is Ep7312/ARM Linux cross-platform on Win host.
Pls give me advice.
And Merry Xmas.
With regards, healy yang E-mail:healy_yang@china-SSI.com
____________________________________________________________
…
[View More]Sichuan Starlight Internet-appliances Ltd. 升威信息电器公司
Tel: (86-28) 5185891 Fax: (86-28) 5136351
[View Less]
The first release of madlld is available at
<URL:http://www.bsd-kd.dk/~elrond/audio/madlld/>.
This program is a "how to" about libmad's low-level API. The intended
use of this program is to serve as tutorial or demonstration for
programmers wiling to learn how the currently undocumented library API
can be used. As a side effect the program can be used to decode MPEG
audio streams to raw PCM samples.
Mad is available at <URL:http://www.mars.org/home/rob/proj/mpeg/>.
--
%!PS
297.…
[View More]6 420.9 translate 90 rotate 0 setgray gsave 0 1 1{pop 0 180 moveto 100
180 170 100 170 -10 curveto 180 -9 180 -9 190 -10 curveto 190 100 100 180
0 180 curveto fill 180 rotate}for grestore/Bookman-LightItalic findfont
240 scalefont setfont -151.536392 -63.7998886 moveto (bp)show showpage
[View Less]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
I've developed a Multimedia extender for OS/2 that allows OS/2's
multimedia system to play MP3s.
<http://www.math.berkeley.edu/%7Eroconnor/MMIOMP3/>
I was using mpglib, but I've switch to libmad.
Thanks for the nice decoding library!
- --
Russell O'Connor roconnor(a)math.berkeley.edu
<http://www.math.berkeley.edu/~roconnor/>
``This is not a time, as it is never a time, to seek vengeance, but a
…
[View More]time to seek the courage to forgive'' -- George W. Bush
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (SunOS)
Comment: For info see http://www.gnupg.org
iD8DBQE7+F0BZG3em5NXM14RAk4rAJ9M4torJ280T4jGfaFaOu7zfhOz9wCfTliU
vV6oGNNiI0DT69IxmWLuglM=
=li3b
-----END PGP SIGNATURE-----
[View Less]
MAD version 0.14.2b is now available.
See the CHANGES file in the distribution for full details. In summary...
This version adds three new output modules to `madplay':
- esd: Enlightened Sound Daemon (EsounD)
- cdda: CD audio (16-bit 44100 Hz stereo, padded to CD frame boundary,
suitable for recording directly to CD)
- aiff: Audio IFF
Also, two new options:
--bit-depth: select the output sample resolution
--ignore-crc: decode frames with bad CRCs
Finally, for Win32 users, `…
[View More]madplay' no longer requires any Cygwin DLLs at
runtime; the built EXE runs stand-alone using Microsoft's Visual C runtime
(MSVCRT.DLL). Also, keyboard controls are now supported under Win32.
The MAD plug-in for Winamp has one bug fix and a few other changes in
preparation for an ID3v2 tag editor, but no major new developments.
The source code is here:
ftp://ftp.mars.org/pub/mpeg/
The plug-in for Winamp is here:
http://www.mars.org/home/rob/proj/mpeg/mad-plugin/
Cheers,
--
Rob Leslie
rob(a)mars.org
[View Less]