summaryrefslogtreecommitdiffstats
path: root/stream/dvbin.h
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-02 19:57:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-03-02 19:57:17 +0000
commitc106fe7751426c8c30706d2f131491dc8f37ee85 (patch)
tree901dde9aab3fd732c6f78519ba23478a6a7d0aed /stream/dvbin.h
parentd83eddc2a81dd9657d0957dc195bab7376a5db64 (diff)
downloadmpv-c106fe7751426c8c30706d2f131491dc8f37ee85.tar.bz2
mpv-c106fe7751426c8c30706d2f131491dc8f37ee85.tar.xz
Drop support for old-style DVB code.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30818 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/dvbin.h')
-rw-r--r--stream/dvbin.h24
1 files changed, 3 insertions, 21 deletions
diff --git a/stream/dvbin.h b/stream/dvbin.h
index 18a37d9522..e278e79489 100644
--- a/stream/dvbin.h
+++ b/stream/dvbin.h
@@ -15,27 +15,9 @@
#define LOF1 (9750*1000UL)
#define LOF2 (10600*1000UL)
-#ifdef CONFIG_DVB_HEAD
- #include <linux/dvb/dmx.h>
- #include <linux/dvb/frontend.h>
- #include <linux/dvb/version.h>
-#else
- #include <ost/dmx.h>
- #include <ost/sec.h>
- #include <ost/frontend.h>
- #define fe_status_t FrontendStatus
- #define fe_spectral_inversion_t SpectralInversion
- #define fe_modulation_t Modulation
- #define fe_code_rate_t CodeRate
- #define fe_transmit_mode_t TransmitMode
- #define fe_guard_interval_t GuardInterval
- #define fe_bandwidth_t BandWidth
- #define fe_hierarchy_t Hierarchy
- #define fe_sec_voltage_t SecVoltage
- #define dmx_pes_filter_params dmxPesFilterParams
- #define dmx_sct_filter_params dmxSctFilterParams
- #define dmx_pes_type_t dmxPesType_t
-#endif
+#include <linux/dvb/dmx.h>
+#include <linux/dvb/frontend.h>
+#include <linux/dvb/version.h>
#undef DVB_ATSC
#if defined(DVB_API_VERSION_MINOR)