Audio (32) Datatype (2) Demo (12) Development (182) Document (17) Driver (16) Emulation (53) Game (202) Graphics (103) Library (4) Network (30) Office (5) Utility (136) Video (17) Convert (0) Edit (0) Media (1) Misc (1) Play (11) Record (3)
Total files: 811
Full index file. Download Recent index file. Download
Hosted by aros-exec.org |
| Description: | MPlayer | | Download: | mplayer.src-aros.tar.gz (TIPS: Use the right click menu if your browser takes you back here all the time) | | Size: | 27Mb | | Version: | 1.0-V3 | | Date: | 24 Apr 10 | | Author: | MPlayer team, MorphOS team, Fabien Coeurjoly | | Submitter: | Krzysztof Smiechowicz | | Category: | video/play | | Replaces: | video/play/mplayer.src-aros.tar.gz | | License: | GPL | | Distribute: | yes | | FileID: | 737 | | | | | Comments: | 0 [View] | | Snapshots: | 0 [View] | | Downloads: | 78 (Current version) | | 190 (Accumulated) |
[Show content] [Replace file] .:Files:.
inttypes.h
Use instead of original AROS header, because AROS does not have
required macro definitions.
fnmatch.[ho]
glob.[ho]
These files are given in binary form of i386 as they are not present
in AROS clib.
.:General:.
Source code quality is beta. A number of features have been modified. Look
for #ifdef __AROS__ or #ifndef __AROS__.
This pacakge ratains .svn directories for easier update from mplayer
repository.
To build the package from linux, you need real cross compiler.
Build is done by using following commands:
./configure --target=i686-aros --disable-mencoder --enable-cross-compile
--cc=i386-aros-gcc --host-cc=gcc --enable-runtime-cpudetection --enable-gui
--disable-sdl --disable-unrarexec --enable-liba52-internal --enable-menu
make
To build the package from AROS, use the following commands
./configure --target=i686-aros --disable-mencoder --enable-runtime-cpudetection
--enable-gui --disable-sdl --disable-unrarexec --enable-liba52-internal
--enable-menu
|