Browse Source

avprobe: Include libm.h for the log2 fallback

Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n1.0
Martin Storsjö 13 years ago
parent
commit
0af85d57c1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      avprobe.c

+ 1
- 0
avprobe.c View File

@@ -26,6 +26,7 @@
#include "libavutil/opt.h"
#include "libavutil/pixdesc.h"
#include "libavutil/dict.h"
#include "libavutil/libm.h"
#include "libavdevice/avdevice.h"
#include "cmdutils.h"



Loading…
Cancel
Save