Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tonyho/tq2440-madplayer
- Owner: tonyho
- Created: 2013-11-18T02:25:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T03:04:07.000Z (about 11 years ago)
- Last Synced: 2023-03-27T16:19:47.016Z (almost 2 years ago)
- Language: C
- Size: 5.11 MB
- Stars: 3
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.