From b139c060fb05f482ecc1726ba63d4bdcd00e74e2 Mon Sep 17 00:00:00 2001 From: wycang Date: Mon, 22 Apr 2024 14:33:21 +0800 Subject: [PATCH] test Signed-off-by: wycang --- libmp3lame/util.h | 3 +++ patches/patches.json | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 patches/patches.json diff --git a/libmp3lame/util.h b/libmp3lame/util.h index be755726..6eed70dd 100644 --- a/libmp3lame/util.h +++ b/libmp3lame/util.h @@ -79,6 +79,9 @@ extern "C" { # define SQRT2 1.41421356237309504880 #endif +#ifndef HAVE_IEEE754_FLOAT32_T + typedef float ieee754_float32_t; +#endif #define CRC16_POLYNOMIAL 0x8005 diff --git a/patches/patches.json b/patches/patches.json new file mode 100644 index 00000000..598224a0 --- /dev/null +++ b/patches/patches.json @@ -0,0 +1,9 @@ +{ + "patches": [ + { + "project":"multimedia_av_codec", + "path":"foundation/multimedia/av_codec", + "pr_url":"https://gitee.com/openharmony/multimedia_av_codec/pulls/1684" + } + ] +} \ No newline at end of file