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
lavc: Add missing mem.h header to libxvid and screenpresso
tags/n3.0
Vittorio Giovara
10 years ago
parent
73b0324913
commit
e25cac50e0
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/libxvid.c
+1
-0
libavcodec/screenpresso.c
+ 1
- 0
libavcodec/libxvid.c
View File
@@ -34,6 +34,7 @@
#include "libavutil/internal.h"
#include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h"
#include "libavutil/mem.h"
#include "libavutil/opt.h"
#include "avcodec.h"
+ 1
- 0
libavcodec/screenpresso.c
View File
@@ -39,6 +39,7 @@
#include "libavutil/imgutils.h"
#include "libavutil/internal.h"
#include "libavutil/mem.h"
#include "avcodec.h"
#include "internal.h"
Write
Preview
Loading…
Cancel
Save