Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tonyho/tq2440-madplayer

madplayer and libriries: zlib libmad libid3tag
https://github.com/tonyho/tq2440-madplayer

Last synced: about 2 months ago
JSON representation

madplayer and libriries: zlib libmad libid3tag

Awesome Lists containing this project

README

        

tq2440-madplayer
================

##madplayer and libriries: zlib libmad libid3tag
###Build order
- zlib
- libmad
- libit3tag
- madplay

###Other necessary libs
Using the `readelf -d XXX.so.0.Y.Z | grep Shared` to get the dynamic libs.
Using the arm-linux-gcc -print-file-name=libXXX.so.Y.Z to locate the libs.
Copy the libs get from upon operations to the direcotry /lib of embedded system rootfs.
Set the LDLIBRARY in the embedded system shell if need.

## For the alsa-lib and alsa-utils
If you don't want to corss compile the ncurses library, dissable it. See the ReadmeFirst.txt in directory.
Whithout the ncurses, we should disable the alsamixer too.