summaryrefslogtreecommitdiffstats
path: root/meta/recipes-multimedia/libav/libav.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-multimedia/libav/libav.inc')
-rw-r--r--meta/recipes-multimedia/libav/libav.inc8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/libav/libav.inc b/meta/recipes-multimedia/libav/libav.inc
index 8b470c1b8d..21c29fc5a7 100644
--- a/meta/recipes-multimedia/libav/libav.inc
+++ b/meta/recipes-multimedia/libav/libav.inc
@@ -10,6 +10,13 @@ SECTION = "libs"
10LICENSE = "GPLv2+" 10LICENSE = "GPLv2+"
11LICENSE_FLAGS = "commercial" 11LICENSE_FLAGS = "commercial"
12 12
13LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
14 file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
15 file://COPYING.LGPLv2.1;md5=bd7a443320af8c812e4c18d1b79df004 \
16 file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02"
17
18SRC_URI = "http://libav.org/releases/${BP}.tar.xz"
19
13# Provides ffmpeg compat, see http://libav.org/about.html 20# Provides ffmpeg compat, see http://libav.org/about.html
14PROVIDES = "ffmpeg" 21PROVIDES = "ffmpeg"
15 22
@@ -86,6 +93,7 @@ do_install_append() {
86} 93}
87 94
88PACKAGES += "${PN}-vhook-dbg ${PN}-vhook ffmpeg-x264-presets" 95PACKAGES += "${PN}-vhook-dbg ${PN}-vhook ffmpeg-x264-presets"
96PACKAGES_DYNAMIC += "^lib(av(codec|device|filter|format|util)|swscale).*"
89 97
90RSUGGESTS_${PN} = "mplayer" 98RSUGGESTS_${PN} = "mplayer"
91FILES_${PN} = "${bindir}" 99FILES_${PN} = "${bindir}"