1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-25 16:33:02 +00:00

runtime stuff

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3393 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-09 11:52:29 +00:00
parent a94f60da60
commit 5830ab523a

View File

@ -24,9 +24,17 @@ mencoder:
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:
~~~~~~~