mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
b1cbd93bcd
The crude loop I wrote to come up with this changeset:
find -L package/feeds/packages/ -name patches | \
sed 's/patches$/refresh/' | sort | xargs make
Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
(cherry picked from commit 5d8d4fbbcb)
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
11 lines
302 B
Diff
11 lines
302 B
Diff
--- a/libavcodec/wmv2dsp.c
|
|
+++ b/libavcodec/wmv2dsp.c
|
|
@@ -263,6 +263,6 @@ av_cold void ff_wmv2dsp_init(WMV2DSPCont
|
|
c->put_mspel_pixels_tab[6] = put_mspel8_mc22_c;
|
|
c->put_mspel_pixels_tab[7] = put_mspel8_mc32_c;
|
|
|
|
- if (ARCH_MIPS)
|
|
+ if (ARCH_MIPS64)
|
|
ff_wmv2dsp_init_mips(c);
|
|
}
|