blob: d288e7af062136263d9ecbdca7f704c017a67b8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
SECTION = "libs"
DESCRIPTION = "theora is a high-quality video codec \
that is free of intellectual property restrictions"
LICENSE = "BSD"
DEPENDS = "pkgconfig libogg"
INC_PR = "r3"
SRC_URI = "http://downloads.xiph.org/releases/theora/libtheora-${PV}.tar.bz2"
inherit autotools
EXTRA_OECONF = "--disable-examples"
LEAD_SONAME = "libtheora.so.0"
|