Transplantation of MP3 player madplay on ARM platform

Source: Internet
Author: User
Preparation:
Download the following source code package
{Libid3tag, libmad, madplay}
Http://sourceforge.net/project/showfiles.php? Group_id = 12349
{Zlib: needed by libid3tag}
Http://www.zlib.net/zlib-1.2.3.tar.gz
1.
This library is required for compiling zlib because libid3tag
./Configure -- prefix =/usr/local/ARM/2.95.3/ARM-Linux
Modify makefile
AR =/usr/local/ARM/2.95.3/bin/ARM-Linux-ar RC
Cc =/usr/local/ARM/2.95.3/bin/ARM-Linux-gcc
Ranlib =/usr/local/ARM/2.95.3/bin/ARM-Linux-ranlib
Make
Make install

2.
Compile libid3tag
./Configure -- Host = arm-Linux cc = arm-Linux-GCC -- disable-debugging -- disable-shared -- prefix =/usr/local/ARM/2.95.3/ARM-Linux
Make
Make install

3.
Compile libmad
. /Configure -- enable-FPM = arm -- Host = arm-Linux -- disable-shared -- disable-debugging -- prefix =/usr/local/ARM/2.95.3/ARM-Linux cc = arm -Linux-gcc
Make
Make install

4.
CompileMadplay
./Configure -- Host = arm-Linux cc = arm-Linux-GCC -- disable-debugging -- disable-shared
Make
However, dynamic connections are obtained.
RmMadplay
Copy the last connection command of make, add-static at the end, and then run it to get the program for static connection.
(Dynamic Connections cannot run on the arm board)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.