Skip to content

Commit

Permalink
Fix another windows patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
H-M-H committed Jan 18, 2022
1 parent 9afbf24 commit 973bc2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deps/ffmpeg-x264-static.patch
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c
index 4ddc497..0152d30 100644
index c5e0231..05ef8d6 100644
--- a/libavcodec/libx264.c
+++ b/libavcodec/libx264.c
@@ -32,10 +32,6 @@
#include "packet_internal.h"
@@ -34,10 +34,6 @@
#include "atsc_a53.h"
#include "sei.h"

-#if defined(_MSC_VER)
-#define X264_API_IMPORTS 1
Expand Down

0 comments on commit 973bc2c

Please sign in to comment.