Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#5542 closed defect (fixed)

Building ffmpeg using gcc 6.1.1 fails (libavcodec/libutvideoenc.cpp)

Reported by: Ho Tuan Kiet Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords: libutvideo
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

When building ffmpeg using gcc 6.1.1 (the latest version in Arch Linux repository), gcc encounters error at libavcodec/libutvideoenc.cpp:

libavcodec/libutvideoenc.cpp:281:1: error: narrowing conversion of ‘3221258240u’ from ‘unsigned int’ to ‘int’ inside { } [-Wnarrowing]
 };

Change History (2)

comment:1 by Carl Eugen Hoyos, 8 years ago

Keywords: compiler gcc removed
Resolution: fixed
Status: newclosed

Thank you for the report, fixed in d1cacbbea946f39fb7a7ff9852bc5d8c1e67143c

comment:2 by Ho Tuan Kiet, 8 years ago

Thanks for the quick response! :) Builds are going smoothly right now.

Last edited 8 years ago by Ho Tuan Kiet (previous) (diff)
Note: See TracTickets for help on using tickets.