Skip to content

Commit

Permalink
ffmpeg: Update to version 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jul 20, 2020
1 parent a9a2beb commit 8956b11
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cross/ffmpeg/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKG_NAME = ffmpeg
PKG_VERS = 4.3
PKG_VERS = 4.3.1
PKG_EXT = tar.bz2
PKG_DIST_NAME = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
PKG_DIST_SITE = http://www.ffmpeg.org/releases
Expand Down
6 changes: 3 additions & 3 deletions cross/ffmpeg/digests
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
ffmpeg-4.3.tar.bz2 SHA1 94b74340b3193dfeb21b797f43380413ad500077
ffmpeg-4.3.tar.bz2 SHA256 a7e87112fc49ad5b59e26726e3a7cae0ffae511cba5376c579ba3cb04483d6e2
ffmpeg-4.3.tar.bz2 MD5 ed9b3002fb491d704b548a97e1d00391
ffmpeg-4.3.1.tar.bz2 SHA1 d7bf601a6fc904333ab261e73c4b602ea471e942
ffmpeg-4.3.1.tar.bz2 SHA256 f4a4ac63946b6eee3bbdde523e298fca6019d048d6e1db0d1439a62cea65f0d9
ffmpeg-4.3.1.tar.bz2 MD5 804707549590e90880e8ecd4e5244fd8
4 changes: 2 additions & 2 deletions spk/ffmpeg/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
SPK_NAME = ffmpeg
SPK_VERS = 4.3
SPK_VERS = 4.3.1
SPK_REV = 33
SPK_ICON = src/ffmpeg.png
CHANGELOG = "1. Update ffmpeg to 4.3<br/>2. Update Intel libva to version 2.8<br/>3. Enable ZeroMQ support<br/>4. DEBUG: tvheadend-ffmpeg.vaapi_encode patch disabled"
CHANGELOG = "1. Update ffmpeg to 4.3.1<br/>2. Update Intel libva to version 2.8<br/>3. Enable ZeroMQ support<br/>4. DEBUG: tvheadend-ffmpeg.vaapi_encode patch disabled"

DEPENDS = cross/$(SPK_NAME)

Expand Down

0 comments on commit 8956b11

Please sign in to comment.