forked from FFmpeg/FFmpeg
-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
projects: Update for required upstream merge.
- Loading branch information
Showing
16 changed files
with
177 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c | ||
index a08fe0ce76..4fb960aac9 100644 | ||
--- a/libavcodec/libx264.c | ||
+++ b/libavcodec/libx264.c | ||
@@ -30,10 +30,6 @@ | ||
#include "avcodec.h" | ||
#include "internal.h" | ||
|
||
-#if defined(_MSC_VER) | ||
-#define X264_API_IMPORTS 1 | ||
-#endif | ||
- | ||
#include <x264.h> | ||
#include <float.h> | ||
#include <math.h> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.