mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 03:39:45 +00:00
Merge commit '798845ce7e5b7fdd17c7269c5d267fb487d9c46f'
* commit '798845ce7e5b7fdd17c7269c5d267fb487d9c46f': testprogs: Add missing libm.h includes Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
This commit is contained in:
commit
4f173d055c
@ -20,6 +20,8 @@
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "libavutil/libm.h"
|
||||
|
||||
#include "iirfilter.h"
|
||||
|
||||
#define FILT_ORDER 4
|
||||
|
@ -20,6 +20,7 @@
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libm.h"
|
||||
#include "timer.h"
|
||||
#include "eval.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user