ffmpeg include paths have changed

This commit is contained in:
Andreas Öman 2008-02-25 09:40:52 +00:00
parent 1316689fb4
commit dd37b29ab0
21 changed files with 11 additions and 36 deletions

View file

@ -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
View file

@ -33,7 +33,6 @@
#include <linux/dvb/dmx.h>
#include <libhts/htscfg.h>
#include <ffmpeg/avstring.h>
#include "tvhead.h"
#include "dispatch.h"

View file

@ -33,7 +33,6 @@
#include <linux/dvb/dmx.h>
#include <libhts/htscfg.h>
#include <ffmpeg/avstring.h>
#include "tvhead.h"
#include "dispatch.h"

View file

@ -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"

View file

@ -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>

View file

@ -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
View file

@ -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
View file

@ -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"

View file

@ -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
View file

@ -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
View file

@ -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
View file

@ -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
View file

@ -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
View file

@ -42,7 +42,7 @@
#include "tcp.h"
#include "http.h"
#include <ffmpeg/random.h>
#include <libavutil/random.h>
#include <libhts/htscfg.h>

View file

@ -36,8 +36,6 @@
#include <libhts/htscfg.h>
#include <ffmpeg/avcodec.h>
#include "tvhead.h"
#include "dispatch.h"
#include "dvb_dvr.h"

View file

@ -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);

View file

@ -36,8 +36,6 @@
#include <libhts/htscfg.h>
#include <ffmpeg/avcodec.h>
#include "tvhead.h"
#include "dispatch.h"
#include "dvb_dvr.h"

View file

@ -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);

View file

@ -37,8 +37,6 @@
#include <libhts/htscfg.h>
#include <ffmpeg/avcodec.h>
#include "tvhead.h"
#include "dispatch.h"
#include "teletext.h"

View file

@ -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
View file

@ -30,8 +30,6 @@
#include <string.h>
#include <inttypes.h>
#include <ffmpeg/avio.h>
#include <ffmpeg/avformat.h>
#define __user
#include <linux/videodev2.h>