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