/usr/share/doc/libomxil-bellagio0-components-fbdevsink/README is in libomxil-bellagio0-components-fbdevsink 0.1-2ubuntu2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | The OpenMAX Frame Buffer Video Sink component is a video display component that uses the Linux Frame Buffer /dev/fb0 for the visualization.
To compile the component execute:
autoreconf -i -f
./configure --prefix=$INSTALL_DIR_PATH
make
make install
|