Commit 5eddc0c8 authored by diego's avatar diego

Add missing internal.h #include for brktimegm(), fixes the warning:

libavformat/dvenc.c:82: warning: implicit declaration of function ‘brktimegm’


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22920 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 84e1e521
......@@ -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"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment