x264: fix build on OpenRISC
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 4 Mar 2017 13:45:50 +0000 (14:45 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 5 Mar 2017 20:35:27 +0000 (21:35 +0100)
commita0121c7beb7bcdb001ddac61f8a06ed36792ef80
treeb126c0a0959fcfcc658f8be8e309e65e79e5ccc4
parent894ad2b094331f7a43e3b352caa721e8909a334f
x264: fix build on OpenRISC

Even though x264 doesn't use an autoconf generated configure script
(and hence doesn't use the autotools-package infrastructure), it uses
config.guess and config.sub. The ones bundled in x264 are too old to
know about the OpenRISC architecture, so this commit leverages the
UPDATE_CONFIG_HOOK from the autotools-package infrastructure to update
config.sub and config.guess.

Fixes:

  http://autobuild.buildroot.net/results/b458c2dff0ecde61248f058092c6eeaa75039cfb

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/x264/x264.mk