This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avserver: Add missing #include for av_gettime()
tags/n1.0
Diego Biurrun
13 years ago
parent
6121a3ef7f
commit
676ea8fae2
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
avserver.c
+ 2
- 0
avserver.c
View File
@@ -43,6 +43,8 @@
#include "libavutil/random_seed.h"
#include "libavutil/parseutils.h"
#include "libavutil/opt.h"
#include "libavutil/time.h"
#include <stdarg.h>
#include <unistd.h>
#include <fcntl.h>
Write
Preview
Loading…
Cancel
Save