Hi All,

I have posted my vlc update script several times.
I just did an update that will bring in H264 and
webm to the newer versions of vlc.

-T

------update-vlc------

#!/bin/bash

Cmd="yum --disablerepo=* --enablerepo=atrpms* upgrade vlc ffmpeg"
echo "$Cmd"
su root -c "$Cmd"




-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~