Page 1 of 1

Does VLC support assembly language?

Posted: 22 May 2010 04:57
by passionggg
I have compiled vlc1.0.0 successfully and do some changes in the vlc codes, then "make package-win32-base" to get vlc.exe.
I use vlc to display the rtsp stream. But the use of CPU achieved 25%.
I want to use SIMD assembly language to displace the memory read in vlc. Does vlc support this?
Thanks.

Re: Does VLC support assembly language?

Posted: 22 May 2010 16:19
by VLC_help
Yes. You can add and compile ASM code with VLC.

Re: Does VLC support assembly language?

Posted: 24 May 2010 03:32
by passionggg
Thanks for VLC_help's answer!
But how to use it? I mean what's the standard syntax?
like "_asm_ _volatile_ ();"???
Hope for answers. Thanks!

Re: Does VLC support assembly language?

Posted: 24 May 2010 19:25
by VLC_help

Re: Does VLC support assembly language?

Posted: 25 May 2010 04:11
by passionggg
Thanks very much!