Changes between Initial Version and Version 1 of FFmpeg


Ignore:
Timestamp:
01/24/13 19:36:03 (11 years ago)
Author:
Rick van der Zwet
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FFmpeg

    v1 v1  
     1When trying to compile FFmpeg under FreeBSD 8.1-RELEASE I got an error:
     2
     3{{{
     4Error: `ff_h264_cabac_tables+1024+128(%esi)' is not a valid 64 bit base/index expression
     5}}}
     6
     7apparently the linker is broken, but as seen [http://blogs.everycity.co.uk/alasdair/2009/05/ffmpeg-64bit-x86_64-amd64-on-solaris-10/ here] there is a workaround. After the {{{./configure}}} phase apply:
     8
     9{{{
     10 echo '#define BROKEN_RELOCATIONS 1' >> config.h
     11}}}