diff options
author | Chris Lord <chris@openedhand.com> | 2006-09-07 13:09:52 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-09-07 13:09:52 +0000 |
commit | 2ca2649935540acd6e160f82ddd074b04dfea924 (patch) | |
tree | 0732e8cde30048f615ddb92c1cf4b2594b2bde2c /meta/packages/gstreamer/gst-plugins.inc | |
parent | e9b762802b039e8c19e70b054ecc64e7ab07e4d8 (diff) | |
download | poky-2ca2649935540acd6e160f82ddd074b04dfea924.tar.gz |
- Add libmusicbrainz from OE
- Fix up gstreamer packages
- Add gstreamer base/audio/video meta-packages
- Add owl-video-widget
- Add owl-video-widget, gst-meta-audio and gst-meta-video to test-apps
in oh-image-pda (currently not working?)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@698 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gstreamer/gst-plugins.inc')
-rw-r--r-- | meta/packages/gstreamer/gst-plugins.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins.inc b/meta/packages/gstreamer/gst-plugins.inc index 1ce7ef8d91..f5e60edb4c 100644 --- a/meta/packages/gstreamer/gst-plugins.inc +++ b/meta/packages/gstreamer/gst-plugins.inc | |||
@@ -13,6 +13,7 @@ EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples " | |||
13 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 13 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
14 | 14 | ||
15 | LIBV = "0.10" | 15 | LIBV = "0.10" |
16 | PACKAGES_DYNAMIC = "gst-plugin-*" | ||
16 | 17 | ||
17 | python populate_packages_prepend () { | 18 | python populate_packages_prepend () { |
18 | gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d) | 19 | gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d) |