diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-19 11:50:48 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2007-12-19 11:50:48 +0000 |
commit | 397110be1c26224c47c3fbf5e4f70829d33e644b (patch) | |
tree | a3ce6371d0f01eacd9ee431865ad1b4ed42931b9 | |
parent | fe05a0141a5f0e4c4dbeeb876e4c997d7673ebe2 (diff) | |
download | poky-397110be1c26224c47c3fbf5e4f70829d33e644b.tar.gz |
gst-plugins-bad: use ARM instruction set when building for Thumb
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3351 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb b/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb index 7fd59a42b7..574c72a451 100644 --- a/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb +++ b/meta/packages/gstreamer/gst-plugins-bad_0.10.5.bb | |||
@@ -6,3 +6,5 @@ EXTRA_OECONF += "--disable-examples --disable-experimental --disable-sdl \ | |||
6 | --with-plugins=musicbrainz,wavpack,ivorbis" | 6 | --with-plugins=musicbrainz,wavpack,ivorbis" |
7 | 7 | ||
8 | SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0" | 8 | SRC_URI += " file://ivorbisdec.patch;patch=1;pnum=0" |
9 | |||
10 | ARM_INSTRUCTION_SET = "arm" | ||