Hi,
Here's a two line patch that unbreaks the build for ./configure
--enable-static. Without this patch it fails with:
/usr/bin/ld: ffmpeg/libavcodec/vbnenc.o: in function `vbn_encode':
vbnenc.c:(.text+0x502): undefined reference to
`ff_texturedsp_compress_thread'
/usr/bin/ld: ffmpeg/libavcodec/vbnenc.o: in function `vbn_init':
vbnenc.c:(.text.unlikely+0x15): undefined reference to
`ff_texturedspenc_init'
-- Jille