diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc index 84e6e95d36..5d86205cf8 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-libav.inc | |||
@@ -3,7 +3,7 @@ SECTION = "multimedia" | |||
3 | LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" | 3 | LICENSE = "GPLv2+ & LGPLv2+ & ( (GPLv2+ & LGPLv2.1+) | (GPLv3+ & LGPLv3+) )" |
4 | LICENSE_FLAGS = "commercial" | 4 | LICENSE_FLAGS = "commercial" |
5 | HOMEPAGE = "http://www.gstreamer.net/" | 5 | HOMEPAGE = "http://www.gstreamer.net/" |
6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2" | 6 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base zlib bzip2 xz" |
7 | 7 | ||
8 | inherit autotools pkgconfig | 8 | inherit autotools pkgconfig |
9 | 9 | ||
@@ -12,7 +12,7 @@ inherit autotools pkgconfig | |||
12 | # libav copy included in the gst-libav package. | 12 | # libav copy included in the gst-libav package. |
13 | PACKAGECONFIG ??= " orc yasm " | 13 | PACKAGECONFIG ??= " orc yasm " |
14 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" | 14 | PACKAGECONFIG[libav] = "--with-system-libav,,libav" |
15 | PACKAGECONFIG[lgpl] = "--enable-lgpl,," | 15 | PACKAGECONFIG[gpl] = "--enable-gpl,--disable-gpl," |
16 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" | 16 | PACKAGECONFIG[yasm] = "--enable-yasm,--disable-yasm,yasm-native" |
17 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" | 17 | PACKAGECONFIG[orc] = "--enable-orc,--disable-orc,orc" |
18 | 18 | ||