Mercurial > mplayer.hg
diff configure @ 9610:76c6d8f1ebf5
this is a combo patch that:
1) adds an experimental TS demuxer to mplayer
2) adds an input (streaming) interface from DVB cards.
It compiles and runs with the following versions of the drivers:
dvb-kernel (HEAD) (with stock kernel 2.4.20) and 0.9.4 (with kernel 2.4.18)
patch by Nico <nsabbi@libero.it>
some cleanups, ts demuxer fixes by me
author | arpi |
---|---|
date | Sun, 16 Mar 2003 20:13:28 +0000 |
parents | bc2b0f1ed904 |
children | 2e374f9df742 |
line wrap: on
line diff
--- a/configure Sun Mar 16 16:38:16 2003 +0000 +++ b/configure Sun Mar 16 20:13:28 2003 +0000 @@ -2848,6 +2848,7 @@ fi if test "$_dvb" = yes ; then _def_dvb='#define HAVE_DVB 1' + _def_dvb_in='#define HAS_DVBIN_SUPPORT 1' _aomodules="mpegpes(dvb) $_aomodules" _vomodules="mpegpes(dvb) $_vomodules" fi @@ -2888,12 +2889,14 @@ fi if test "$_dvbhead" = yes ; then _def_dvb='#define HAVE_DVB_HEAD 1' + _def_dvb_in='#define HAS_DVBIN_SUPPORT 1' _aomodules="mpegpes(dvb) $_aomodules" _vomodules="mpegpes(dvb) $_vomodules" fi fi if test "$_dvbhead" = no && test "$_dvb" = no ; then _def_dvb='#undef HAVE_DVB' + _def_dvb_in='#undef HAS_DVBIN_SUPPORT ' _aomodules="mpegpes(file) $_aomodules" _vomodules="mpegpes(file) $_vomodules" fi @@ -5497,6 +5500,7 @@ $_def_dxr2 $_def_dxr3 $_def_dvb +$_def_dvb_in $_def_svga $_def_vesa $_def_xdpms