From 0cfa6f0a2943b26dec6896dbf981b428ae0758bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=96man?= Date: Thu, 28 Feb 2008 16:25:34 +0000 Subject: [PATCH] fix compilation error due to new ffmpeg include layout --- ffmuxer.h | 2 ++ xbmsp.c | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ffmuxer.h b/ffmuxer.h index 6cfe6436..4d22c1a1 100644 --- a/ffmuxer.h +++ b/ffmuxer.h @@ -19,6 +19,8 @@ #ifndef FFMUXER_H #define FFMUXER_H +#include + TAILQ_HEAD(tffm_fifo_pkt_queue, tffm_fifo_pkt); diff --git a/xbmsp.c b/xbmsp.c index f6fc9324..5c9a6490 100644 --- a/xbmsp.c +++ b/xbmsp.c @@ -28,7 +28,6 @@ #include #include #include -#include #include "tvhead.h" #include "channels.h"