summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
Diffstat (limited to 'stream')
-rw-r--r--stream/ai_alsa.c1
-rw-r--r--stream/ai_alsa1x.c1
-rw-r--r--stream/ai_oss.c1
-rw-r--r--stream/asf_mmst_streaming.c1
-rw-r--r--stream/asf_streaming.c1
-rw-r--r--stream/audio_in.c1
-rw-r--r--stream/cache2.c1
-rw-r--r--stream/cdinfo.c1
-rw-r--r--stream/http.c1
-rw-r--r--stream/network.c1
-rw-r--r--stream/open.c1
-rw-r--r--stream/pnm.c1
-rw-r--r--stream/stream.c1
-rw-r--r--stream/stream_cdda.c1
-rw-r--r--stream/stream_cddb.c1
-rw-r--r--stream/stream_cue.c2
-rw-r--r--stream/stream_dvb.c1
-rw-r--r--stream/stream_dvd.c1
-rw-r--r--stream/stream_dvd_common.c1
-rw-r--r--stream/stream_dvdnav.c1
-rw-r--r--stream/stream_file.c1
-rw-r--r--stream/stream_ftp.c1
-rw-r--r--stream/stream_live555.c1
-rw-r--r--stream/stream_netstream.c1
-rw-r--r--stream/stream_pvr.c1
-rw-r--r--stream/stream_radio.c1
-rw-r--r--stream/stream_smb.c1
-rw-r--r--stream/stream_vcd.c1
-rw-r--r--stream/stream_vstream.c1
-rw-r--r--stream/tcp.c1
-rw-r--r--stream/tv.c1
-rw-r--r--stream/tvi_bsdbt848.c1
-rw-r--r--stream/tvi_dshow.c1
-rw-r--r--stream/url.c1
34 files changed, 0 insertions, 35 deletions
diff --git a/stream/ai_alsa.c b/stream/ai_alsa.c
index b06c84a6db..3d8e70c1b5 100644
--- a/stream/ai_alsa.c
+++ b/stream/ai_alsa.c
@@ -26,7 +26,6 @@
#include <alsa/asoundlib.h>
#include "audio_in.h"
#include "mp_msg.h"
-#include "help_mp.h"
int ai_alsa_setup(audio_in_t *ai)
{
diff --git a/stream/ai_alsa1x.c b/stream/ai_alsa1x.c
index d55e98ded7..5035e980f7 100644
--- a/stream/ai_alsa1x.c
+++ b/stream/ai_alsa1x.c
@@ -26,7 +26,6 @@
#include <alsa/asoundlib.h>
#include "audio_in.h"
#include "mp_msg.h"
-#include "help_mp.h"
int ai_alsa_setup(audio_in_t *ai)
{
diff --git a/stream/ai_oss.c b/stream/ai_oss.c
index 328e7bf6af..656b45b5ac 100644
--- a/stream/ai_oss.c
+++ b/stream/ai_oss.c
@@ -38,7 +38,6 @@
#include "audio_in.h"
#include "mp_msg.h"
-#include "help_mp.h"
int ai_oss_set_samplerate(audio_in_t *ai)
{
diff --git a/stream/asf_mmst_streaming.c b/stream/asf_mmst_streaming.c
index 6a69b426d0..32bf325f25 100644
--- a/stream/asf_mmst_streaming.c
+++ b/stream/asf_mmst_streaming.c
@@ -37,7 +37,6 @@
#include "config.h"
#include "options.h"
#include "mp_msg.h"
-#include "help_mp.h"
#if HAVE_WINSOCK2_H
#include <winsock2.h>
diff --git a/stream/asf_streaming.c b/stream/asf_streaming.c
index 5b92fdcead..baf42c748d 100644
--- a/stream/asf_streaming.c
+++ b/stream/asf_streaming.c
@@ -25,7 +25,6 @@
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#include "options.h"
#if HAVE_WINSOCK2_H
diff --git a/stream/audio_in.c b/stream/audio_in.c
index bb18f7db11..67a345b907 100644
--- a/stream/audio_in.c
+++ b/stream/audio_in.c
@@ -24,7 +24,6 @@
#include "audio_in.h"
#include "mp_msg.h"
-#include "help_mp.h"
#include <string.h>
#include <errno.h>
diff --git a/stream/cache2.c b/stream/cache2.c
index 98e5d93501..e0f67dd9d4 100644
--- a/stream/cache2.c
+++ b/stream/cache2.c
@@ -52,7 +52,6 @@ static void *ThreadProc(void *s);
#endif
#include "mp_msg.h"
-#include "help_mp.h"
#include "stream.h"
#include "cache2.h"
diff --git a/stream/cdinfo.c b/stream/cdinfo.c
index 182ce3fe70..cc42bf11e4 100644
--- a/stream/cdinfo.c
+++ b/stream/cdinfo.c
@@ -26,7 +26,6 @@
#include <stdlib.h>
#include <string.h>
#include "mp_msg.h"
-#include "help_mp.h"
#include "cdd.h"
/*******************************************************************************************************************
diff --git a/stream/http.c b/stream/http.c
index d79f7632ca..c1018ff4d3 100644
--- a/stream/http.c
+++ b/stream/http.c
@@ -40,7 +40,6 @@
#include "stream.h"
#include "libmpdemux/demuxer.h"
#include "network.h"
-#include "help_mp.h"
extern const mime_struct_t mime_type_table[];
diff --git a/stream/network.c b/stream/network.c
index c2108559de..537555f73a 100644
--- a/stream/network.c
+++ b/stream/network.c
@@ -33,7 +33,6 @@
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#if HAVE_WINSOCK2_H
#include <winsock2.h>
diff --git a/stream/open.c b/stream/open.c
index f5323eb2fa..3eb895349f 100644
--- a/stream/open.c
+++ b/stream/open.c
@@ -26,7 +26,6 @@
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#ifdef __FreeBSD__
#include <sys/cdrio.h>
diff --git a/stream/pnm.c b/stream/pnm.c
index e211a67f8d..95bfc8dc9b 100644
--- a/stream/pnm.c
+++ b/stream/pnm.c
@@ -47,7 +47,6 @@
#include "stream.h"
#include "libmpdemux/demuxer.h"
-#include "help_mp.h"
#include "osdep/timer.h"
#include "network.h"
#include "pnm.h"
diff --git a/stream/stream.c b/stream/stream.c
index 93eccdd659..890a12f41c 100644
--- a/stream/stream.c
+++ b/stream/stream.c
@@ -36,7 +36,6 @@
#endif
#include "mp_msg.h"
-#include "help_mp.h"
#include "osdep/shmem.h"
#include "network.h"
#include "stream.h"
diff --git a/stream/stream_cdda.c b/stream/stream_cdda.c
index 8f8e414e23..ca36b73dbe 100644
--- a/stream/stream_cdda.c
+++ b/stream/stream_cdda.c
@@ -31,7 +31,6 @@
#include "cdd.h"
#include "mp_msg.h"
-#include "help_mp.h"
#ifndef CD_FRAMESIZE_RAW
#define CD_FRAMESIZE_RAW CDIO_CD_FRAMESIZE_RAW
diff --git a/stream/stream_cddb.c b/stream/stream_cddb.c
index e6caa21a4c..719eb05754 100644
--- a/stream/stream_cddb.c
+++ b/stream/stream_cddb.c
@@ -52,7 +52,6 @@
#include <sys/stat.h>
#include "mp_msg.h"
-#include "help_mp.h"
#if defined(__linux__)
#include <linux/cdrom.h>
diff --git a/stream/stream_cue.c b/stream/stream_cue.c
index a29783e4d5..8851595c81 100644
--- a/stream/stream_cue.c
+++ b/stream/stream_cue.c
@@ -29,11 +29,9 @@
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#include "stream.h"
-#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
#include "libavutil/avstring.h"
diff --git a/stream/stream_dvb.c b/stream/stream_dvb.c
index 4a7efe2724..f7ef473eed 100644
--- a/stream/stream_dvb.c
+++ b/stream/stream_dvb.c
@@ -41,7 +41,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
#include "stream.h"
#include "libmpdemux/demuxer.h"
-#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
#include "get_path.h"
diff --git a/stream/stream_dvd.c b/stream/stream_dvd.c
index 0f65cd29bb..d1a91f88c1 100644
--- a/stream/stream_dvd.c
+++ b/stream/stream_dvd.c
@@ -25,7 +25,6 @@
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#include <libgen.h>
#include <errno.h>
diff --git a/stream/stream_dvd_common.c b/stream/stream_dvd_common.c
index 8d1febb832..b2f3a14fee 100644
--- a/stream/stream_dvd_common.c
+++ b/stream/stream_dvd_common.c
@@ -36,7 +36,6 @@
#endif
#include "mp_msg.h"
-#include "help_mp.h"
#include "stream_dvd_common.h"
#include "ffmpeg_files/intreadwrite.h"
diff --git a/stream/stream_dvdnav.c b/stream/stream_dvdnav.c
index 1ce40f5275..b87fdaa4c5 100644
--- a/stream/stream_dvdnav.c
+++ b/stream/stream_dvdnav.c
@@ -35,7 +35,6 @@
#include "spudec.h"
#include "m_option.h"
#include "m_struct.h"
-#include "help_mp.h"
#include "stream_dvd_common.h"
/* state flags */
diff --git a/stream/stream_file.c b/stream/stream_file.c
index b78a851432..1f46a01f41 100644
--- a/stream/stream_file.c
+++ b/stream/stream_file.c
@@ -26,7 +26,6 @@
#include "mp_msg.h"
#include "stream.h"
-#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
diff --git a/stream/stream_ftp.c b/stream/stream_ftp.c
index 0c5f775db6..1df2f897c9 100644
--- a/stream/stream_ftp.c
+++ b/stream/stream_ftp.c
@@ -35,7 +35,6 @@
#include "mp_msg.h"
#include "network.h"
#include "stream.h"
-#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
#include "tcp.h"
diff --git a/stream/stream_live555.c b/stream/stream_live555.c
index cb198ef60c..0226eab22d 100644
--- a/stream/stream_live555.c
+++ b/stream/stream_live555.c
@@ -26,7 +26,6 @@
#include "stream.h"
#include "network.h"
#include "libmpdemux/demuxer.h"
-#include "help_mp.h"
extern int network_bandwidth;
diff --git a/stream/stream_netstream.c b/stream/stream_netstream.c
index 47d1baad89..ba1bb01ee7 100644
--- a/stream/stream_netstream.c
+++ b/stream/stream_netstream.c
@@ -52,7 +52,6 @@
#include "mp_msg.h"
#include "stream.h"
-#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
#include "libavutil/common.h"
diff --git a/stream/stream_pvr.c b/stream/stream_pvr.c
index 4c1524603f..3271ce9742 100644
--- a/stream/stream_pvr.c
+++ b/stream/stream_pvr.c
@@ -41,7 +41,6 @@
#include <linux/videodev2.h>
#include "mp_msg.h"
-#include "help_mp.h"
#include "stream.h"
#include "pvr.h"
diff --git a/stream/stream_radio.c b/stream/stream_radio.c
index d25187f17b..3147866848 100644
--- a/stream/stream_radio.c
+++ b/stream/stream_radio.c
@@ -62,7 +62,6 @@
#include "m_struct.h"
#include "m_option.h"
#include "mp_msg.h"
-#include "help_mp.h"
#include "stream_radio.h"
#include "libavutil/avstring.h"
diff --git a/stream/stream_smb.c b/stream/stream_smb.c
index ff8ad192b7..684940749f 100644
--- a/stream/stream_smb.c
+++ b/stream/stream_smb.c
@@ -23,7 +23,6 @@
#include "mp_msg.h"
#include "stream.h"
-#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
diff --git a/stream/stream_vcd.c b/stream/stream_vcd.c
index 9c1d5df8f0..0a69d595f0 100644
--- a/stream/stream_vcd.c
+++ b/stream/stream_vcd.c
@@ -26,7 +26,6 @@
#include "mp_msg.h"
#include "stream.h"
-#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
diff --git a/stream/stream_vstream.c b/stream/stream_vstream.c
index 7575b76bb1..6c2de6f49a 100644
--- a/stream/stream_vstream.c
+++ b/stream/stream_vstream.c
@@ -44,7 +44,6 @@
#include "mp_msg.h"
#include "stream.h"
-#include "help_mp.h"
#include "m_option.h"
#include "m_struct.h"
#include "tcp.h"
diff --git a/stream/tcp.c b/stream/tcp.c
index 2222cca1db..a3bf264b6e 100644
--- a/stream/tcp.c
+++ b/stream/tcp.c
@@ -34,7 +34,6 @@
#include "config.h"
#include "mp_msg.h"
-#include "help_mp.h"
#if !HAVE_WINSOCK2_H
#include <netdb.h>
diff --git a/stream/tv.c b/stream/tv.c
index cb44790bb6..cb1fe59fee 100644
--- a/stream/tv.c
+++ b/stream/tv.c
@@ -36,7 +36,6 @@
#include "mp_msg.h"
-#include "help_mp.h"
#include "stream.h"
#include "libmpdemux/demuxer.h"
diff --git a/stream/tvi_bsdbt848.c b/stream/tvi_bsdbt848.c
index 627540b09b..f095bbc070 100644
--- a/stream/tvi_bsdbt848.c
+++ b/stream/tvi_bsdbt848.c
@@ -81,7 +81,6 @@
#include "libaf/af_format.h"
#include "libmpcodecs/img_format.h"
#include "tv.h"
-#include "help_mp.h"
#include "mp_msg.h"
static tvi_handle_t *tvi_init_bsdbt848(tv_param_t* tv_param);
diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c
index 3a55f33e33..54b8b43f27 100644
--- a/stream/tvi_dshow.c
+++ b/stream/tvi_dshow.c
@@ -78,7 +78,6 @@
#include "libmpcodecs/img_format.h"
#include "libmpcodecs/dec_teletext.h"
#include "libaf/af_format.h"
-#include "help_mp.h"
#include "osdep/timer.h"
diff --git a/stream/url.c b/stream/url.c
index 04ec6947b8..8d0176e45f 100644
--- a/stream/url.c
+++ b/stream/url.c
@@ -28,7 +28,6 @@
#include "url.h"
#include "mp_msg.h"
-#include "help_mp.h"
#ifndef SIZE_MAX
#define SIZE_MAX ((size_t)-1)