[Ffmpeg-devel] .dll's without debug information

Benoit Fouet benoit.fouet
Wed Apr 11 15:01:28 CEST 2007


Hi,

Cool_Zer0 wrote:
> 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...
>
$ ./configure --help | grep strip
  --disable-strip          disable stripping of executables and shared
libraries

and i think this question belongs to ffmpeg-user list

Ben





More information about the ffmpeg-devel mailing list