[FFmpeg-trac] #781(avformat:new): libavformat/sbgdec.c:1334:20: error: 'EOVERFLOW' undeclared (first use in this function)

FFmpeg trac at avcodec.org
Fri Dec 16 21:42:27 CET 2011


#781: libavformat/sbgdec.c:1334:20: error: 'EOVERFLOW' undeclared (first use in
this function)
-----------------------------------+--------------------------------------
             Reporter:  KSHawkEye  |                     Type:  defect
               Status:  new        |                 Priority:  critical
            Component:  avformat   |                  Version:  git-master
             Keywords:             |               Blocked By:
             Blocking:             |  Reproduced by developer:  0
Analyzed by developer:  0          |
-----------------------------------+--------------------------------------
 I'm getting this bug when building for Win32.

 make V=1:
 {{{
 i686-w64-mingw32-gcc -I. -I/home/kyle/software/ffmpeg/source/ffmpeg-git/
 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
 -U__STRICT_ANSI__ -DHAVE_AV_CONFIG_H -std=c99 -fno-common -fomit-frame-
 pointer -g -Wdeclaration-after-statement -Wall -Wno-parentheses -Wno-
 switch -Wno-format-zero-length -Wdisabled-optimization -Wpointer-arith
 -Wredundant-decls -Wno-pointer-sign -Wcast-qual -Wwrite-strings -Wtype-
 limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast -Wstrict-
 prototypes -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize
 -Werror=implicit-function-declaration -Werror=missing-prototypes  -MMD -MF
 libavformat/sbgdec.d -MT libavformat/sbgdec.o -c -o libavformat/sbgdec.o
 /home/kyle/software/ffmpeg/source/ffmpeg-git/libavformat/sbgdec.c
 /home/kyle/software/ffmpeg/source/ffmpeg-git/libavformat/sbgdec.c: In
 function 'encode_intervals':
 /home/kyle/software/ffmpeg/source/ffmpeg-git/libavformat/sbgdec.c:1334:20:
 error: 'EOVERFLOW' undeclared (first use in this function)
 /home/kyle/software/ffmpeg/source/ffmpeg-git/libavformat/sbgdec.c:1334:20:
 note: each undeclared identifier is reported only once for each function
 it appears in
 make: *** [libavformat/sbgdec.o] Error 1
 }}}

 Using version FFmpeg 6d8e6fe9dbc365f50521cf0c4a5ffee97c970cb5 (2011-12-16)

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


More information about the FFmpeg-trac mailing list