-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #52 from phunkyfish/ffmpeg-4-3
Ffmpeg 4 3
- Loading branch information
Showing
14 changed files
with
29 additions
and
252 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
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
12 changes: 6 additions & 6 deletions
12
depends/common/ffmpeg/02-ffmpeg-zlib-config-conflict-windows.patch
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
diff -ur ffmpeg/configure ffmpeg-patch/configure | ||
--- ffmpeg/configure 2020-01-31 13:06:00.000000000 +0000 | ||
+++ ffmpeg-patch/configure 2020-01-31 13:06:40.000000000 +0000 | ||
@@ -7439,6 +7439,9 @@ | ||
diff -ur FFmpeg-n4.3-01/configure FFmpeg-n4.3-02/configure | ||
--- FFmpeg-n4.3-01/configure 2020-06-18 09:00:30.000000000 +0100 | ||
+++ FFmpeg-n4.3-02/configure 2020-06-18 09:05:33.000000000 +0100 | ||
@@ -7555,6 +7555,9 @@ | ||
$CONFIG_EXTRA \ | ||
$ALL_COMPONENTS \ | ||
|
||
+echo "#if defined(HAVE_UNISTD_H) && HAVE_UNISTD_H == 0" >> $TMPH | ||
+echo "#undef HAVE_UNISTD_H" >> $TMPH | ||
+echo "#endif" >> $TMPH | ||
echo "#endif /* FFMPEG_CONFIG_H */" >> $TMPH | ||
echo "endif # FFMPEG_CONFIG_MAK" >> ffbuild/config.mak | ||
|
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
19 changes: 0 additions & 19 deletions
19
depends/common/ffmpeg/04-ffmpeg-ssl-support-both-pre-1.1.0-and-post-1.1.0-init-windows.patch
This file was deleted.
Oops, something went wrong.
30 changes: 0 additions & 30 deletions
30
depends/common/ffmpeg/05-ffmpeg-dont-use-libcrypto-locking-functions-windows.patch
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1 +1 @@ | ||
5447ca061444e574dc0d5e6da1657f49a64a0e660403995c7744beee3e69b2b8 | ||
481558577f43f38e1f85421e937f186263743df3284003980895f3d48be67efc |
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 |
---|---|---|
@@ -1 +1 @@ | ||
ffmpeg https://github.com/FFmpeg/FFmpeg/archive/n4.2.2.tar.gz | ||
ffmpeg https://github.com/FFmpeg/FFmpeg/archive/n4.3.tar.gz |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
v1.14.3 | ||
- Update: Use FFmpeg 4.3 | ||
|
||
v1.14.2 | ||
- Fixed: Debian packaging | ||
|
||
|
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