]> rtime.felk.cvut.cz Git - frescor/demo.git/blob - README
We can easily switch between FRSH and normal version of FFMPEG
[frescor/demo.git] / README
1 To compile this demo follow the following steps (you can also run ./compile.sh
2 which does all the steps):
3
4 1) Download/update git submodules
5
6    git submodule init
7    git submodule update
8
9 2) Compile it
10
11    cd build
12    ( cd ffmpeg && ./configure )
13    make default-config
14    echo CONFIG_AQUOSA=y >>config.omk
15    make