mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 09:19:51 +00:00
5436f78d31
Bump to latest upstream version, manually rebased: 050-glibc.patch Tested using: ffmpeg -f lavfi -i testsrc=duration=10:size=1280x720:rate=30 testsrc.mpg Resulting mpg was good. Build system: x86_64 Build-tested: bcm2711/RPi4B Run-tested: bcm2711/RPi4B Signed-off-by: John Audia <therealgraysky@proton.me>
12 lines
296 B
Diff
12 lines
296 B
Diff
--- a/libavcodec/wmv2dsp.c
|
|
+++ b/libavcodec/wmv2dsp.c
|
|
@@ -264,7 +264,7 @@ 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);
|
|
#endif
|
|
}
|