mirror of https://git.ffmpeg.org/ffmpeg.git
Add missing internal.h #include for brktimegm(), fixes the warning:
libavformat/dvenc.c:82: warning: implicit declaration of function ‘brktimegm’ Originally committed as revision 22920 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4311ff776b
commit
e1ae1642cb
|
@ -29,7 +29,9 @@
|
|||
*/
|
||||
#include <time.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
#include "libavcodec/dvdata.h"
|
||||
#include "dv.h"
|
||||
#include "libavutil/fifo.h"
|
||||
|
|
Loading…
Reference in New Issue