[MPlayer-users] svn head breaks PCHDTV HD-5500
Mike Mohr
akihana at gmail.com
Sat Jan 31 04:52:44 CET 2009
Following your lead, I patched stream/dvbin.h to unconditionally
define DVB_ATSC to 1. Everything works after that.
-Mike
On Fri, Jan 30, 2009 at 12:48 AM, Nico Sabbi <Nicola.Sabbi at poste.it> wrote:
> On Friday 30 January 2009 07:37:25 Mike Mohr wrote:
>> As requested here is the output of mplayer -v and the relevant
>> section from dmesg:
>>
>
> please, recompile and re-run with this patch applied
>
> Index: stream/dvb_tune.c
> ===================================================================
> --- stream/dvb_tune.c (revisione 26916)
> +++ stream/dvb_tune.c (copia locale)
> @@ -65,6 +65,7 @@
> return 0;
> }
>
> + mp_msg(MSGT_DEMUX, MSGL_INFO, "DVB TUNER TYPE: %d\n",
> fe_info.type);
> switch(fe_info.type)
> {
> case FE_OFDM:
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>
More information about the MPlayer-users
mailing list