
noreply at mythtv
Apr 17, 2012, 7:20 PM
Post #10 of 11
(153 views)
Permalink
|
|
Re: Ticket #10573: Build fails when configured with --disable-amd3dnow
[In reply to]
|
|
#10573: Build fails when configured with --disable-amd3dnow ----------------------------------+---------------------------- Reporter: userblues@… | Owner: beirdo Type: Bug Report - General | Status: closed Priority: minor | Milestone: unknown Component: MythTV - General | Version: 0.25-fixes Severity: low | Resolution: Invalid Keywords: | Ticket locked: 0 ----------------------------------+---------------------------- Changes (by beirdo): * status: infoneeded_new => closed * resolution: => Invalid Comment: OK, this is due to how ffmpeg builds. If you *really* want to use --disable-amd3dnow, you also will need --disable-runtime-cpudetect. ffmpeg code is smart enough to check the CPU flags and use the best it can if you allow the runtime CPU detection. However, that code requires you NOT to disable amd3dnow, mmx or mmx2, but rather let it determine for you. So take your choice. Add the other flag, or remove both. It should work either way. -- Ticket URL: <http://code.mythtv.org/trac/ticket/10573#comment:9> MythTV <http://code.mythtv.org/trac> MythTV Media Center _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|