ffmpeg include paths have changed
This commit is contained in:
parent
1316689fb4
commit
dd37b29ab0
21 changed files with 11 additions and 36 deletions
2
avgen.c
2
avgen.c
|
@ -32,8 +32,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <ffmpeg/avformat.h>
|
||||
|
||||
#include <libhts/htscfg.h>
|
||||
|
||||
|
|
1
dvb.c
1
dvb.c
|
@ -33,7 +33,6 @@
|
|||
#include <linux/dvb/dmx.h>
|
||||
|
||||
#include <libhts/htscfg.h>
|
||||
#include <ffmpeg/avstring.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "dispatch.h"
|
||||
|
|
1
dvb_fe.c
1
dvb_fe.c
|
@ -33,7 +33,6 @@
|
|||
#include <linux/dvb/dmx.h>
|
||||
|
||||
#include <libhts/htscfg.h>
|
||||
#include <ffmpeg/avstring.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "dispatch.h"
|
||||
|
|
|
@ -33,8 +33,6 @@
|
|||
#include <linux/dvb/dmx.h>
|
||||
|
||||
#include <libhts/htscfg.h>
|
||||
#include <ffmpeg/avstring.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "dispatch.h"
|
||||
#include "dvb.h"
|
||||
|
|
|
@ -30,9 +30,8 @@
|
|||
#include <errno.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <ffmpeg/avformat.h>
|
||||
#include <ffmpeg/avstring.h>
|
||||
#include <libavformat/avformat.h>
|
||||
#include <libavutil/avstring.h>
|
||||
|
||||
#include <libhts/htscfg.h>
|
||||
|
||||
|
|
|
@ -32,8 +32,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <ffmpeg/avformat.h>
|
||||
|
||||
#include <libhts/htscfg.h>
|
||||
|
||||
|
@ -45,6 +43,7 @@
|
|||
#include "parsers.h"
|
||||
#include "buffer.h"
|
||||
|
||||
#include <libavformat/avformat.h>
|
||||
|
||||
typedef struct file_input {
|
||||
AVFormatContext *fi_fctx;
|
||||
|
|
2
http.c
2
http.c
|
@ -29,7 +29,7 @@
|
|||
#include <netinet/tcp.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <ffmpeg/base64.h>
|
||||
#include <libavutil/base64.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "channels.h"
|
||||
|
|
3
main.c
3
main.c
|
@ -33,8 +33,7 @@
|
|||
#include <netinet/in.h>
|
||||
#include <arpa/inet.h>
|
||||
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <ffmpeg/avformat.h>
|
||||
#include <libavformat/avformat.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "dvb.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
|
|
2
psi.c
2
psi.c
|
@ -22,7 +22,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <ffmpeg/common.h>
|
||||
#include <libavutil/common.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "psi.h"
|
||||
|
|
4
pvr.c
4
pvr.c
|
@ -30,9 +30,7 @@
|
|||
#include <errno.h>
|
||||
#include <dirent.h>
|
||||
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <ffmpeg/avformat.h>
|
||||
#include <ffmpeg/avstring.h>
|
||||
#include <libavutil/avstring.h>
|
||||
|
||||
#include <libhts/htscfg.h>
|
||||
|
||||
|
|
2
pvr.h
2
pvr.h
|
@ -19,7 +19,7 @@
|
|||
#ifndef PVR_H
|
||||
#define PVR_H
|
||||
|
||||
#include <ffmpeg/avformat.h>
|
||||
#include <libavformat/avformat.h>
|
||||
|
||||
extern char *pvrpath;
|
||||
extern struct pvr_rec_list pvrr_global_list;
|
||||
|
|
3
rtp.c
3
rtp.c
|
@ -34,9 +34,6 @@
|
|||
#include "rtp.h"
|
||||
#include "dispatch.h"
|
||||
|
||||
#include <ffmpeg/avformat.h>
|
||||
#include <ffmpeg/random.h>
|
||||
|
||||
int
|
||||
rtp_sendmsg(uint8_t *pkt, int blocks, int64_t pcr,
|
||||
int fd, struct sockaddr *dst, socklen_t dstlen,
|
||||
|
|
2
rtsp.c
2
rtsp.c
|
@ -42,7 +42,7 @@
|
|||
#include "tcp.h"
|
||||
#include "http.h"
|
||||
|
||||
#include <ffmpeg/random.h>
|
||||
#include <libavutil/random.h>
|
||||
|
||||
#include <libhts/htscfg.h>
|
||||
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
|
||||
#include <libhts/htscfg.h>
|
||||
|
||||
#include <ffmpeg/avcodec.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "dispatch.h"
|
||||
#include "dvb_dvr.h"
|
||||
|
|
|
@ -19,8 +19,6 @@
|
|||
#ifndef SUBSCRIPTIONS_H
|
||||
#define SUBSCRIPTIONS_H
|
||||
|
||||
#include <ffmpeg/avcodec.h>
|
||||
|
||||
void subscription_unsubscribe(th_subscription_t *s);
|
||||
|
||||
void subscription_set_weight(th_subscription_t *s, unsigned int weight);
|
||||
|
|
|
@ -36,8 +36,6 @@
|
|||
|
||||
#include <libhts/htscfg.h>
|
||||
|
||||
#include <ffmpeg/avcodec.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "dispatch.h"
|
||||
#include "dvb_dvr.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
#ifndef TRANSPORTS_H
|
||||
#define TRANSPORTS_H
|
||||
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
||||
unsigned int transport_compute_weight(struct th_transport_list *head);
|
||||
|
||||
|
|
|
@ -37,8 +37,6 @@
|
|||
|
||||
#include <libhts/htscfg.h>
|
||||
|
||||
#include <ffmpeg/avcodec.h>
|
||||
|
||||
#include "tvhead.h"
|
||||
#include "dispatch.h"
|
||||
#include "teletext.h"
|
||||
|
|
2
tvhead.h
2
tvhead.h
|
@ -27,7 +27,7 @@
|
|||
#include <libhts/htscfg.h>
|
||||
#include <libhts/avg.h>
|
||||
#include "refstr.h"
|
||||
#include <ffmpeg/avcodec.h>
|
||||
#include <libavcodec/avcodec.h>
|
||||
|
||||
/*
|
||||
* Commercial status
|
||||
|
|
2
v4l.c
2
v4l.c
|
@ -30,8 +30,6 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <inttypes.h>
|
||||
#include <ffmpeg/avio.h>
|
||||
#include <ffmpeg/avformat.h>
|
||||
|
||||
#define __user
|
||||
#include <linux/videodev2.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue