Hi, In an attempt to recode some videos where the current ports ffmpeg kept throwing "error, non monotone timestamps 2 >= 1", I updated the ffmpeg to a very recent snapshot. This in turn necessitated an update to x264.
Unfortunately, this did not fix my problem but my hacky diffs may be useful to someone who wants to properly update these ports. Note that the x264 update punts on some grossness in version.sh by simply hardcoding it. It also completely disables SSSE3 due to lack of support in our binutils for the new instructions. http://www.mindrot.org/~djm/private/ffmpeg.diff http://www.mindrot.org/~djm/private/x264.diff -d