]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
build: fix x264 pbuilder compilation issues
authorAdam Sutton <dev@adamsutton.me.uk>
Sat, 16 Jan 2016 23:22:44 +0000 (23:22 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Sat, 16 Jan 2016 23:26:33 +0000 (23:26 +0000)
commita46818cc3ebe877b0e71ab7fe3723db915299dc7
tree46fb2be0afa44a6023b4f5bf89f040a29094e7f2
parent5503511bcf7b5c9af0daf96e973af9dfda3045bc
build: fix x264 pbuilder compilation issues

Problem is caused by uname reporting the host (not guest) architecture and
the x264 configure scripts trying to discover arch using uname.

Changed our configure call to pass in host spec from pbuilder environment
when it's available
Makefile.ffmpeg