Fix building with current git FFmpeg
authorSteve Youngs <steve@sxemacs.org>
Wed, 11 May 2011 23:50:23 +0000 (09:50 +1000)
committerSteve Youngs <steve@sxemacs.org>
Wed, 11 May 2011 23:50:23 +0000 (09:50 +1000)
commitad9e2b4f262ca555dc96b5f473a4f55709ad620c
tree9580b40eb52323c5b7f575c07a560e1490fceefc
parent3137c1f8547cb644bb2f58c129c4fd3f9efa1ecb
Fix building with current git FFmpeg

* m4/sxe-mm.m4 (SXE_MM_CHECK_FFMPEG): Turn off -Werror in the test
to see if url_fopen() needs ByteIOContext**.

That stuff is now deprecated in current FFmpeg git repo.  This
patch allows SXEmacs to build with it, although, with loads of
warnings.  Yeah, I'm on it. :-)

Signed-off-by: Steve Youngs <steve@sxemacs.org>
m4/sxe-mm.m4