configure: fix check for x264
authorMåns Rullgård <mans@mansr.com>
Wed, 2 Sep 2009 22:53:31 +0000 (22:53 +0000)
committerMåns Rullgård <mans@mansr.com>
Wed, 2 Sep 2009 22:53:31 +0000 (22:53 +0000)
commite69bb386a29d8f3d351e8c06eb36f0e9173a827a
tree0660d0bb2175c9d8d350a783e7f2e6cc8d2de820
parente0b1d6605b204edfbb98d798d97cec9283d9511b
configure: fix check for x264

libx264 recently started mangling the name of x264_encoder_open() to
prevent version mismatches, breaking our test.  Checking for another
function instead makes it work again.

Originally committed as revision 19754 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure