fix compilation error due to new ffmpeg include layout
This commit is contained in:
parent
0d96816a3d
commit
0cfa6f0a29
2 changed files with 2 additions and 1 deletions
|
@ -19,6 +19,8 @@
|
|||
#ifndef FFMUXER_H
|
||||
#define FFMUXER_H
|
||||
|
||||
#include <libavformat/avformat.h>
|
||||
|
||||
TAILQ_HEAD(tffm_fifo_pkt_queue, tffm_fifo_pkt);
|
||||
|
||||
|
||||
|
|
1
xbmsp.c
1
xbmsp.c
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue