# HG changeset patch # User arpi # Date 1007898749 0 # Node ID 382ee94a716d9d5a0551acf16c7f2efb42543ceb # Parent 52232859b5673503c016a818e6e103130a495989 runtime stuff diff -r 52232859b567 -r 382ee94a716d DOCS/tech/TODO --- 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: ~~~~~~~