mirror of
https://github.com/zoriya/Kyoo.Transcoder.git
synced 2025-12-06 06:26:11 +00:00
Replacing malloc.h with stdlib.h for mac builds
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
#include "path_helper.h"
|
||||
#include "stream.h"
|
||||
#include "helper.h"
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <libavformat/avformat.h>
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#include "helper.h"
|
||||
#include "compatibility.h"
|
||||
#include "path_helper.h"
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
static bool should_copy_to_transmuxed(enum AVMediaType codec_type)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user