Google Code-in: Move video preferences in settings tab
Moves the video recording preferences out of the video recording page into their own tab in the settings page.
https://google-melange.appspot.com/gci/task/view/google/gci2012/7968230
#include <stdio.h>
#include "openalbridge.h"
int main (int argc, int **argv) {
openal_init();
openal_close();
return 0;
}