[Ffmpeg-devel] .dll's without debug information
    Cool_Zer0 
    c00jz3r0
       
    Wed Apr 11 14:54:28 CEST 2007
    
    
  
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
    
    
More information about the ffmpeg-devel
mailing list