
noreply at mythtv
May 22, 2012, 9:53 AM
Views: 41
Permalink
|
|
mythtv branch master updated by jyavenard. v0.26-pre-352-g375d12e
|
|
The branch, master has been updated on the mythtv repository by gitolite user jyavenard. via 375d12e3f4ae916e26f982b3ecee0ced462767ce (commit) from 08e8883b35409864d81ace2b47f95b78f1280867 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 375d12e3f4ae916e26f982b3ecee0ced462767ce Author: Jean-Yves Avenard <jyavenard [at] mythtv> at Wed, 23 May 2012 02:53:03 +1000 Committer: Jean-Yves Avenard <jyavenard [at] mythtv> at Wed, 23 May 2012 02:53:03 +1000 URL: http://code.mythtv.org/cgit/mythtv/commit/?id=375d12e3f4ae916e26f982b3ecee0ced462767ce Compile ffmpeg with -O3 on mac.. After pulling my hair for hours... Here is the principal reason why h264 kept crashing on my box... The SSE code in libavcodec/x86/cabac.h becomes buggy when compiled without optimisation. This required modifying mythtranscode/replex and filters/greedyhdeint , as they, on the other hand will not compile with -O3 (get undefined symbols) ----------------------------------------------------------------------- Summary of changes: mythtv/configure | 2 ++ mythtv/filters/greedyhdeint/greedyhdeint.pro | 3 ++- mythtv/programs/mythtranscode/mythtranscode.pro | 3 +++ mythtv/programs/mythtranscode/replex/replex.pro | 3 +++ 4 files changed, 10 insertions(+), 1 deletions(-) -- _______________________________________________ mythtv-firehose mailing list mythtv-firehose [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-firehose
|