Mercurial > mplayer.hg
changeset 3392:382ee94a716d
runtime stuff
author | arpi |
---|---|
date | Sun, 09 Dec 2001 11:52:29 +0000 |
parents | 52232859b567 |
children | 3624cd351618 |
files | DOCS/tech/TODO |
diffstat | 1 files changed, 10 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/TODO Sun Dec 09 01:28:11 2001 +0000 +++ b/DOCS/tech/TODO Sun Dec 09 11:52:29 2001 +0000 @@ -24,9 +24,17 @@ other: - fix DVB a-v sync problems, switch to mp1e -- check if runtime cpu detection works and complete, and add ./configure option - and announce it and so on... +runtime: +- add --enable-runtime or something (should change VERSION header and enable + runtime cpu detect and print banner telling users to recompile for speed) +- runtime cpu detection in: + aclib.c + vo_dga.c (asm stuff may be removed and replaced by fastmemcpy?) + vbelib.c (is it ok for all x86 cpus?) + libac3 (should be ported to liba52) + win32.c ??? (its cpu detection is unclean for me) + FUTURE: ~~~~~~~