Skip to content

Commit

Permalink
contrib: x265: fix unpacking error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
Rémi Denis-Courmont committed Feb 21, 2017
1 parent 20a26f4 commit 0fe595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/src/x265/rules.mak
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(TARBALLS)/x265-$(X265_VERSION).tar.bz2:
x265: x265-$(X265_VERSION).tar.bz2 .sum-x265
rm -Rf $@-$(X265_VERSION)
mkdir -p $@-$(X265_VERSION)
$(BZCAT) "$<" | (cd $@-$(X265_VERSION) && tar xv --strip-components=1)
tar xvjf "$<" --strip-components=1 -C $@-$(X265_VERSION)
$(APPLY) $(SRC)/x265/x265-ldl-linking.patch
$(call pkg_static,"source/x265.pc.in")
ifndef HAVE_WIN32
Expand Down

0 comments on commit 0fe595a

Please sign in to comment.