Skip to content

Commit 2a0e1a3

Browse files
authored
Merge pull request #37 from msturm-iis/b_fix_macOS_build
Not sure why the problem never occurred for me, but I don't directly see a problem with this PR. Pipeline also successfully finishes for macOS, linux and windows and all tests competed successfully. Lets merge, as it was open for quite some time.
2 parents f6b7b3c + d89f045 commit 2a0e1a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

IsoLib/libisomediafile/src/MP4Impl.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ derivative works. Copyright (c) 1999.
2727
#define INCLUDED_MP4IMPL_H
2828
#include <assert.h>
2929
#include <stdio.h>
30-
#ifdef __linux
3130
#include <string.h>
32-
#endif
3331

3432
#ifndef NULL
3533
#define NULL 0

0 commit comments

Comments
 (0)