wiki:FFmpeg

Version 2 (modified by Rick van der Zwet, 11 years ago) ( diff )

--

When trying to compile FFmpeg under FreeBSD 8.1-RELEASE I got an error:

Error: `ff_h264_cabac_tables+1024+128(%esi)' is not a valid 64 bit base/index expression

apparently the linker is broken, but as seen here there is a workaround, also seen to work at here. After the ./configure phase apply:

 echo '#define BROKEN_RELOCATIONS 1' >> config.h
Note: See TracWiki for help on using the wiki.