mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
libavutil: remove unused av_abort() macro
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
6d3783d160
commit
54918d0394
1 changed files with 0 additions and 4 deletions
|
|
@ -56,10 +56,6 @@ struct AVDictionary {
|
|||
# define INT_BIT (CHAR_BIT * sizeof(int))
|
||||
#endif
|
||||
|
||||
/* debug stuff */
|
||||
|
||||
#define av_abort() do { av_log(NULL, AV_LOG_ERROR, "Abort at %s:%d\n", __FILE__, __LINE__); abort(); } while (0)
|
||||
|
||||
/* avoid usage of dangerous/inappropriate system functions */
|
||||
#undef malloc
|
||||
#define malloc please_use_av_malloc
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue