[x264-devel] Re: x264 debugging
Loren Merritt
lorenm at u.washington.edu
Wed May 18 05:14:41 CEST 2005
On Tue, 17 May 2005, Ikseong Bae wrote:
> I can't enter into the h->dctf.sub4x4_dct() functions during debuggine using VC++;
> For other fuctctions, I can debug...
>
> I want to know that reason.
While I don't use VC++, I can guess it's because sub4x4_dct is a MMX
function compiled in nasm, which doesn't produce Microsoft-compatible
debugging symbols. Run x264 with --no-asm to use the C versions of such
functions.
--Loren Merritt
--
This is the x264-devel mailing-list
To unsubscribe, go to: http://developers.videolan.org/lists.html
More information about the x264-devel
mailing list