I use my uA disc on different machines, would like to make something like a script(?) that checks what type of CPU the system has and installs the optimized ffdshow for that CPU:
Check for updates and the different optimized versions:
http://kurosu.free.fr/ffdshow
Quote
# Build Athlon XP (has 3DNow, SSE1 but no SSE2)
# Build Pentium4 (has SSE1 and SSE2)
# Build Pentium 3 (only has SSE1)
# Build Prescott (has from SSE1 up to SSE3)
# Build Athlon 64 (has 3DNow, SSE1 and SSE2)
# Build Pentium4 (has SSE1 and SSE2)
# Build Pentium 3 (only has SSE1)
# Build Prescott (has from SSE1 up to SSE3)
# Build Athlon 64 (has 3DNow, SSE1 and SSE2)
so there are 5 types of ffdshow..
I don't have a clue how to check what CPU the system has.. ideas?



Help

Back to top










