[FFmpeg-trac] #460(build system:new): multiple definition of `_SDL_GetError'

FFmpeg trac at avcodec.org
Mon Sep 12 08:48:33 CEST 2011


#460: multiple definition of `_SDL_GetError'
--------------------------------------+------------------------------------
             Reporter:  KSHawkEye     |                     Type:  defect
               Status:  new           |                 Priority:  critical
            Component:  build system  |                  Version:  git
             Keywords:                |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+------------------------------------
 When trying to compile the latest FFmpeg with MinGW-w64 with SDL support I
 get:
 /home/kyle/software/ffmpeg/packages/sdl/sdl-1.2.14-win32/lib/libSDL.a(SDL_error.o):SDL_error.c:(.text+0x477):
 multiple definition of `_SDL_GetError'
 libavdevice/libavdevice.dll.a(d000060.o):(.text+0x0): first defined here
 /home/kyle/software/ffmpeg/packages/sdl/sdl-1.2.14-win32/lib/libSDL.a(SDL_thread.o):SDL_thread.c:(.text+0x2c1):
 multiple definition of `_SDL_CreateThread'
 libavdevice/libavdevice.dll.a(d000030.o):(.text+0x0): first defined here
 /home/kyle/software/ffmpeg/packages/sdl/sdl-1.2.14-win32/lib/libSDL.a(SDL_thread.o):SDL_thread.c:(.text+0x411):
 multiple definition of `_SDL_WaitThread'
 libavdevice/libavdevice.dll.a(d000168.o):(.text+0x0): first defined here

 More information about this bug can be found at:
 http://ffmpeg.org/pipermail/ffmpeg-user/2011-September/002295.html along
 with a possible solution found at: http://ffmpeg.org/pipermail/ffmpeg-
 user/2011-September/002296.html

 I gave this bug critical priority because it is effecting the build
 processes.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/460>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list