if [[ $VIDEO_SUPPORT == "y" ]];then
  OPTS="--enable-video $OPTS" 
else
  OPTS="--disable-video $OPTS"
fi &&

default_build
