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
C files should #include the header files of the same name.
Originally committed as revision 16792 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
14a8acf108
commit
77652a6aaf
2 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/log.c
+2
-0
libavutil/mem.c
+ 1
- 0
libavutil/log.c
View File
@@ -25,6 +25,7 @@
*/
#include "avutil.h"
#include "log.h"
int av_log_level = AV_LOG_INFO;
+ 2
- 0
libavutil/mem.c
View File
@@ -33,6 +33,8 @@
#include <malloc.h>
#endif
#include "mem.h"
/* you can redefine av_malloc and av_free in your project to use your
memory allocator. You do not need to suppress this file because the
linker will do it automatically */
Write
Preview
Loading…
Cancel
Save