diff options
author | Koen Kooi <koen@openembedded.org> | 2009-01-15 08:48:04 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-01-15 08:48:04 +0100 |
commit | f2e02f3267f6c4c86acd728d5ef9a9db4193ac7b (patch) | |
tree | 1c55f00bddb635816a99092adc61e7763300e343 /packages/libdvdread | |
parent | 4b8344c3e35ec30ba73b26fc803eee81a5bd5ab1 (diff) |
libdvdread: enable libdvdcss
Diffstat (limited to 'packages/libdvdread')
-rw-r--r-- | packages/libdvdread/libdvdread_0.9.7.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/libdvdread/libdvdread_0.9.7.bb b/packages/libdvdread/libdvdread_0.9.7.bb index a328e35680..9c9f7efc8f 100644 --- a/packages/libdvdread/libdvdread_0.9.7.bb +++ b/packages/libdvdread/libdvdread_0.9.7.bb @@ -3,12 +3,19 @@ It provides the functionality that is required to access many DVDs. \ It parses IFO files, reads NAV-blocks, and performs CSS authentication and descrambling." HOMEPAGE = "http://www.dtek.chalmers.se/groups/dvd/development.shtml" LICENSE = "GPL" +DEPENDS = "libdvdcss" SECTION = "libs/multimedia" +PR = "r1" + SRC_URI = "http://www.dtek.chalmers.se/groups/dvd/dist/libdvdread-${PV}.tar.gz" inherit autotools +EXTRA_OECONF = " --with-libdvdcss-includes=${STAGING_INCDIR} \ + --with-libdvdcss-libs=${STAGING_LIBDIR} \ +" + do_stage() { autotools_stage_all } |