[FFmpeg-devel] [PATCH 2/2] lavc/avfft: deprecate the API
Lynne
dev at lynne.ee
Wed Jul 26 10:28:16 EEST 2023
Jul 26, 2023, 01:17 by michael at niedermayer.cc:
> On Tue, Jul 25, 2023 at 12:47:12AM +0200, Lynne wrote:
>
>> This deprecates the currently unused API.
>> ---
>> doc/APIchanges | 5 +++++
>> libavcodec/avfft.h | 31 +++++++++++++++++++++++++++++++
>> libavcodec/tests/fft.c | 4 ++++
>> libavcodec/version.h | 2 +-
>> libavcodec/version_major.h | 2 ++
>> 5 files changed, 43 insertions(+), 1 deletion(-)
>>
>
> not sure i missed a patch but this breaks
> "make testprogs" here
>
> CC libavcodec/tests/avfft.o
> In file included from /usr/include/math.h:37:0,
> from libavcodec/tests/fft.c:34,
> from libavcodec/tests/avfft.c:25:
> /usr/include/x86_64-linux-gnu/bits/types.h:30:1: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘typedef’
> typedef unsigned char __u_char;
> ^~~~~~~
>
> thx
>
Thanks, fixed in attached v3.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v3-0002-lavc-avfft-deprecate-the-API.patch
Type: text/x-diff
Size: 5514 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20230726/c0dcb3c5/attachment.patch>
More information about the ffmpeg-devel
mailing list