Commit 0a854ce4 authored by Jerzy Grzegorek's avatar Jerzy Grzegorek Committed by Thomas Petazzoni
Browse files

ffmpeg: change tarball compression to xz

parent d42ca918
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# Locally calculated
sha256 9565236404d3515aab754283c687c0a001019003148bf7f708e643608c0690b8  ffmpeg-2.8.tar.bz2
sha256 993ca7216aa0eac899a85fe1119dac12ef0655d67f932de6a32acc00188f8182  ffmpeg-2.8.tar.xz
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
################################################################################

FFMPEG_VERSION = 2.8
FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.bz2
FFMPEG_SOURCE = ffmpeg-$(FFMPEG_VERSION).tar.xz
FFMPEG_SITE = http://ffmpeg.org/releases
FFMPEG_INSTALL_STAGING = YES