File: README

package info (click to toggle)
libomxvorbis 0.1-4
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,440 kB
  • sloc: sh: 10,163; ansic: 606; makefile: 19
file content (14 lines) | stat: -rw-r--r-- 334 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
The libvorbis based OpenMAX vorbis decoder component.

To compile the component execute:

autoreconf -i -f
./configure --prefix=$INSTALL_DIR_PATH
make
make install

Hints for Ubuntu:
The packages needed for this component are not installed by default.
They can be added with the following commands:

sudo apt-get install libvorbis-dev