Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove MPEGPS/V4L support
  • Loading branch information
perexg committed Mar 23, 2015
1 parent dddc424 commit 6cd5f1b
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 884 deletions.
8 changes: 1 addition & 7 deletions configure
Expand Up @@ -19,7 +19,6 @@ OPTIONS=(
"cwc:yes"
"capmt:yes"
"constcw:yes"
"v4l:no"
"linuxdvb:yes"
"satip_server:yes"
"satip_client:yes"
Expand Down Expand Up @@ -465,10 +464,9 @@ if [ ${PLATFORM} = "freebsd" ] || [ ${PLATFORM} = "darwin" ]; then
fi

#
# MPEGTS/PS support
# MPEGTS support
#
disable mpegts
disable mpegps
disable mpegts_dvb
if enabled linuxdvb || enabled iptv || enabled tsfile || enabled satip_client || \
enabled hdhomerun_client || enabled satip_server;
Expand All @@ -479,10 +477,6 @@ if enabled linuxdvb || enabled satip_client || enabled hdhomerun_client || enabl
enable mpegts_dvb
fi

if enabled v4l; then
enable mpegps
fi

#
# DBus
#
Expand Down
4 changes: 0 additions & 4 deletions src/input.h
Expand Up @@ -124,10 +124,6 @@ void tvh_input_stream_destroy ( tvh_input_stream_t *st );
* Input subsystem includes
*/

#if ENABLE_MPEGPS
#include "input/mpegps.h"
#endif

#if ENABLE_MPEGTS
#include "input/mpegts.h"
#include "input/mpegts/mpegts_mux_sched.h"
Expand Down
1 change: 0 additions & 1 deletion src/input/mpegps/v4l.h

This file was deleted.

0 comments on commit 6cd5f1b

Please sign in to comment.