[FFmpeg-trac] #2109(avutil:new): rename file name time.h

FFmpeg trac at avcodec.org
Fri Jan 4 06:51:36 CET 2013


#2109: rename file name time.h
---------------------------------+----------------------------------
             Reporter:  dademvi  |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  avutil   |                  Version:  1.0.1
             Keywords:           |               Blocked By:
             Blocking:           |  Reproduced by developer:  1
Analyzed by developer:  1        |
---------------------------------+----------------------------------
 Summary of the bug:
 How to reproduce:
 {{{
 1. create code using time_t or struct tm and include time.h
 2. build with cflag -I$MY_INCLUDE/libavutil
 }}}

 It complain with message "error: field 'time' has incomplete type" etc...
 since time.h in libavutil/ is hide time.h in stdlibc, I think you should
 change that file name.
 Anyone who use ffmpeg don't want to modify their build system at every
 Makefile and project.

 BR,
 Choi

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


More information about the FFmpeg-trac mailing list