mini-MPlayer patchesForum: Multimedia Topic: mini-MPlayer patches started by: stupid_idiot Posted by stupid_idiot on Sep. 07 2008,03:02
MPlayer version: 0.90rc2Patch: < http://pastebin.com/f143ee236 > Configuration: Comments: Can be built with dietlibc. - Use gcc 2.95.x. - Compile and install < ftp://prep.ai.mit.edu/pub/gnu/termcap/termcap-1.3.1.tar.gz > (The terminal handling code in dietlibc breaks the MPlayer progress indicator -- it doesn't refresh the indicator, it just outputs the text repeatedly.) - In "config.mak", change "CC = gcc" to "CC = diet gcc". - In "config.h", comment out (i.e. "//") these 2 lines:
- Run "make". |