mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
treewide: Run refresh on all packages
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>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
--- a/libavcodec/wmv2dsp.c
|
||||
+++ b/libavcodec/wmv2dsp.c
|
||||
@@ -263,6 +263,6 @@ av_cold void ff_wmv2dsp_init(WMV2DSPContext *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);
|
||||
|
||||
Reference in New Issue
Block a user