fix compilation error due to new ffmpeg include layout

This commit is contained in:
Andreas Öman 2008-02-28 16:25:34 +00:00
parent 0d96816a3d
commit 0cfa6f0a29
2 changed files with 2 additions and 1 deletions

View file

@ -19,6 +19,8 @@
#ifndef FFMUXER_H
#define FFMUXER_H
#include <libavformat/avformat.h>
TAILQ_HEAD(tffm_fifo_pkt_queue, tffm_fifo_pkt);

View file

@ -28,7 +28,6 @@
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <arpa/inet.h>
#include <ffmpeg/avformat.h>
#include "tvhead.h"
#include "channels.h"