configure: fix x264 version checking
authorTim-Philipp Müller <tim@centricular.net>
Sat, 17 Aug 2013 22:13:17 +0000 (23:13 +0100)
committerTim-Philipp Müller <tim@centricular.net>
Sat, 17 Aug 2013 22:13:17 +0000 (23:13 +0100)
commiteb5adde7af3cdfed6db5ee64067fe4b8930b30db
tree9b5850db4620d49b94eea5e106ec56dc7c493eb7
parent71ce5136d1cb949d66afa72b79d7ba6723216a58
configure: fix x264 version checking

x264 releases carry pkg-config versions such as 0.120.x
(literallly with an 'x'). Checking for x264 >= 0.120.0 will
then fail, so we need to either check for > 0.119.0 or
for >= 0.120 to make this work right.
configure.ac