[Ffmpeg-devel] .dll's without debug information
Benjamin Larsson
banan
Wed Apr 11 15:13:26 CEST 2007
Cool_Zer0 skrev:
> Hi.
>
> Is there some reason for the .dll's generated by ffmpeg doesn't come
> with debug information?
>
> I'm using this command line:
> $ ./configure --enable-memalign-hack --enable-debug --enable-shared
> --disable-static --disable-ffserver --enable-swscaler --enable-gpl
>
> When running application on Visual Studio:
> '***.exe': Loaded 'E:\MyProjects\...\debug\avutil-49.dll', Binary was
> not built with debug information.
> ''***.exe': Loaded 'E:\MyProjects\...\debug\avcodec-51.dll', Binary
> was not built with debug information.
> ''***.exe': Loaded 'E:\MyProjects\...\debug\avformat-51.dll', Binary
> was not built with debug information.
> ''***..exe': Loaded 'E:\MyProjects\...\debug\swscale-0.dll', Binary
> was not built with debug information.
>
>
> Is there a way to include debug information on the .dll's?
> For me it's important because I'm getting null references on my
> project and I don't know where...
>
>
> Thanks
>
Visual Studio can't read the gcc debug info. Maybe you should try DrDivx
libs? Those are for Visual I think.
MvH
Benjamin Larsson
More information about the ffmpeg-devel
mailing list