diff options
author | Andrei Gherzan <andrei@gherzan.ro> | 2012-10-18 00:32:28 +0300 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.ro> | 2012-10-18 00:40:50 +0300 |
commit | ae68402e2278276b423c38107c850df244f38f62 (patch) | |
tree | 263d818fbb7270014013e648987687d83480c52a | |
parent | cfc8731b551f45c6765176e64a456d31436ec9a1 (diff) | |
download | meta-raspberrypi-ae68402e2278276b423c38107c850df244f38f62.tar.gz |
libav: Remove patch and recipe as new version of libav works ok
New v0.8.3 from meta-oe fixes issues with some arm machines.
Signed-off-by: Andrei Gherzan <andrei@gherzan.ro>
-rw-r--r-- | recipes-multimedia/libav/libav/libavcodec-ac3dsp_armv6-patch-out-armv7.patch | 12 | ||||
-rw-r--r-- | recipes-multimedia/libav/libav_0.8.3.bbappend | 8 |
2 files changed, 0 insertions, 20 deletions
diff --git a/recipes-multimedia/libav/libav/libavcodec-ac3dsp_armv6-patch-out-armv7.patch b/recipes-multimedia/libav/libav/libavcodec-ac3dsp_armv6-patch-out-armv7.patch deleted file mode 100644 index 6efa559..0000000 --- a/recipes-multimedia/libav/libav/libavcodec-ac3dsp_armv6-patch-out-armv7.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | diff a/libavcodec/arm/ac3dsp_armv6.S b/libavcodec/arm/ac3dsp_armv6.S | ||
2 | --- a/libavcodec/arm/ac3dsp_armv6.S | ||
3 | +++ b/libavcodec/arm/ac3dsp_armv6.S | ||
4 | @@ -37,7 +37,7 @@ function ff_ac3_bit_alloc_calc_bap_armv6, export=1 | ||
5 | ldrb r10, [r4], #1 | ||
6 | 1: | ||
7 | ldrsh r9, [r0], #2 @ mask[band] | ||
8 | - movw r8, #0x1fe0 | ||
9 | + ldr r8, =0x1fe0 | ||
10 | sub r9, r9, r12 @ - snr_offset | ||
11 | mov r11, r10 | ||
12 | ldrb r10, [r4], #1 @ band_start_tab[band++] | ||
diff --git a/recipes-multimedia/libav/libav_0.8.3.bbappend b/recipes-multimedia/libav/libav_0.8.3.bbappend deleted file mode 100644 index ec1edd7..0000000 --- a/recipes-multimedia/libav/libav_0.8.3.bbappend +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | ||
2 | PRINC = "1" | ||
3 | |||
4 | SRC_URI_append = " file://libavcodec-ac3dsp_armv6-patch-out-armv7.patch" | ||
5 | |||
6 | EXTRA_OECONF_append_raspberrypi = " \ | ||
7 | --cpu=arm1176jzf-s --disable-armvfp --disable-neon \ | ||
8 | " | ||