ffmpeg build fixes (also fixes build on ubuntu 12)

This commit is contained in:
niels
2012-11-21 20:05:59 +01:00
parent 7eac3bee69
commit 31f6d39ba5
10 changed files with 11 additions and 9 deletions

View File

@@ -20,6 +20,7 @@
#include <config.h>
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <dirent.h>
#include <fcntl.h>
#include <dlfcn.h>
@@ -31,7 +32,7 @@
#include <libplugger/defs.h>
#include <libplugger/ldefs.h>
#include <libyuv/yuvconv.h>
#include <libavutil/avutil.h>
#include <libavutil/pixfmt.h>
#include <libplugger/portdef.h>
#define LINUX 1
#include <libplugger/specs/FreeFrame.h>