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
Don't break compilation on systems without zlib.
Originally committed as revision 7608 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Benjamin Larsson
19 years ago
parent
0f7af06674
commit
97ec93e176
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
libavcodec/flashsv.c
+ 2
- 0
libavcodec/flashsv.c
View File
@@ -49,6 +49,7 @@
#include <stdio.h>
#include <stdio.h>
#include <stdlib.h>
#include <stdlib.h>
#ifdef CONFIG_ZLIB
#include <zlib.h>
#include <zlib.h>
#include "common.h"
#include "common.h"
@@ -257,3 +258,4 @@ AVCodec flashsv_decoder = {
CODEC_CAP_DR1,
CODEC_CAP_DR1,
.pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1},
.pix_fmts = (enum PixelFormat[]){PIX_FMT_BGR24, -1},
};
};
#endif //CONFIG_ZLIB
Write
Preview
Loading…
Cancel
Save