[vlc-commits] Implement vlc_rand_bytes() for OS/2 and split to	different files
    KO Myung-Hun 
    git at videolan.org
       
    Thu Dec 15 16:08:06 CET 2011
    
    
  
vlc | branch: master | KO Myung-Hun <komh at chollian.net> | Thu Dec 15 17:13:10 2011 +0900| [bac71d2759727a7cf198e8241a345cfa2b6dbd9a] | committer: Rémi Denis-Courmont
Implement vlc_rand_bytes() for OS/2 and split to different files
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bac71d2759727a7cf198e8241a345cfa2b6dbd9a
---
 src/Makefile.am  |    6 ++
 src/misc/rand.c  |  138 ------------------------------------------------------
 src/os2/rand.c   |   40 ++++++++++++++++
 src/posix/rand.c |  122 +++++++++++++++++++++++++++++++++++++++++++++++
 src/win32/rand.c |   66 ++++++++++++++++++++++++++
 5 files changed, 234 insertions(+), 138 deletions(-)
Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=bac71d2759727a7cf198e8241a345cfa2b6dbd9a
    
    
More information about the vlc-commits
mailing list