Browse Source

missing include noticed by g0th

Originally committed as revision 4582 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 20 years ago
parent
commit
c44a131dc7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavcodec/opt.c

+ 1
- 0
libavcodec/opt.c View File

@@ -24,6 +24,7 @@
* @author Michael Niedermayer <michaelni@gmx.at>
*/
#include <stdio.h> //for FILE *
#include "avcodec.h"
static double av_parse_num(const char *name, char **tail){


Loading…
Cancel
Save